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 | æDBB | 11100110010001001000001010001011100000110100001001000010 | e644828b834242 |
SJIS-WIN | ?D???BB | 00111111010001000011111100111111001111110100001001000010 | 3f443f3f3f4242 |
EUC-JP | æD???BB | 100011111010100111000001010001000011111100111111001111110100001001000010 | 8fa9c1443f3f3f4242 |
UTF-8 | æDBB | 1100001110100110010001001100001010000010110000101000101111000010100000110100001001000010 | c3a644c282c28bc2834242 |
UHC | æD???BB | 1010100110100001010001000011111100111111001111110100001001000010 | a9a1443f3f3f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)