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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 珈魎瞎怐 | 1110000011011011111010011011001011100001110100001001110010000001 | e0dbe9b2e1d09c81 |
EUC-JP | 珈魎瞎怐 | 1110000011011101111100101011010011100010110100101101011111100001 | e0ddf2b4e2d2d7e1 |
UTF-8 | 珈魎瞎怐 | 111001111000111110001000111010011010110110001110111001111001111010001110111001101000000010010000 | e78f88e9ad8ee79e8ee68090 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)