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 | æD^^ | 11100110010001001001000010001011100000110101111001011110 | e644908b835e5e |
SJIS-WIN | ?D???^^ | 00111111010001000011111100111111001111110101111001011110 | 3f443f3f3f5e5e |
EUC-JP | æD???^^ | 100011111010100111000001010001000011111100111111001111110101111001011110 | 8fa9c1443f3f3f5e5e |
UTF-8 | æD^^ | 1100001110100110010001001100001010010000110000101000101111000010100000110101111001011110 | c3a644c290c28bc2835e5e |
UHC | æD???^^ | 1010100110100001010001000011111100111111001111110101111001011110 | a9a1443f3f3f5e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)