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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?獨??獨?B | 001111111110000011010101001111110011111111100000110101010011111101000010 | 3fe0d53f3fe0d53f42 |
EUC-JP | ?獨??獨?B | 001111111110000011010111001111110011111111100000110101110011111101000010 | 3fe0d73f3fe0d73f42 |
UTF-8 | 뤵獨빤뤵獨빤B | 11101011101001001011010111100111100011011010100011101011101110011010010011101011101001001011010111100111100011011010100011101011101110011010010001000010 | eba4b5e78da8ebb9a4eba4b5e78da8ebb9a442 |
UHC | 뤵獨빤뤵獨빤B | 10001111111000111101010010111100101110101111111010001111111000111101010010111100101110101111111001000010 | 8fe3d4bcbafe8fe3d4bcbafe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)