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 | »ô©U^ | 10001111101110111111010010001110101010010101010101011110 | 8fbbf48ea9555e |
SJIS-WIN | ?????U^ | 00111111001111110011111100111111001111110101010101011110 | 3f3f3f3f3f555e |
EUC-JP | ??ô?©U^ | 0011111100111111100011111010101111010100001111111000111110100010111011010101010101011110 | 3f3f8fabd43f8fa2ed555e |
UTF-8 | »ô©U^ | 110000101000111111000010101110111100001110110100110000101000111011000010101010010101010101011110 | c28fc2bbc3b4c28ec2a9555e |
UHC | ?????U^ | 00111111001111110011111100111111001111110101010101011110 | 3f3f3f3f3f555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)