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 | 00111111011111100011111100111111011111100011111101000010 | 3f7e3f3f7e3f42 |
SJIS-WIN | ?~??~?B | 00111111011111100011111100111111011111100011111101000010 | 3f7e3f3f7e3f42 |
EUC-JP | ?~??~?B | 00111111011111100011111100111111011111100011111101000010 | 3f7e3f3f7e3f42 |
UTF-8 | 꼥~띢꼥~띢B | 111010101011110010100101011111101110101110011101101000101110101010111100101001010111111011101011100111011010001001000010 | eabca57eeb9da2eabca57eeb9da242 |
UHC | 꼥~띢꼥~띢B | 1000010010000010011111101000110111010111100001001000001001111110100011011101011101000010 | 84827e8dd784827e8dd742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)