To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?芩??? | 00111111100011111101011111000011001111110011111100111111 | 3f8fd7c33f3f3f |
UTF-8 | 젊芩칵섈뇬 | 111011001010000010001010111010001000101010101001111011001011100110110101111011001000010010001000111010111000011110101100 | eca08ae88aa9ecb9b5ec8488eb87ac |
UHC | 젊芩칵섈뇬 | 11000000111111101101000011011001110001001010110010111100101010101011010010100100 | c0fed0d9c4acbcaab4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)