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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 珈魎瞎怐韜獺 | 111000001101101111101001101100101110000111010000100111001000000111101000111010011110000011011010 | e0dbe9b2e1d09c81e8e9e0da |
EUC-JP | 珈魎瞎怐韜獺 | 111000001101110111110010101101001110001011010010110101111110000111110000111010111110000011011100 | e0ddf2b4e2d2d7e1f0ebe0dc |
UTF-8 | 珈魎瞎怐韜獺 | 111001111000111110001000111010011010110110001110111001111001111010001110111001101000000010010000111010011001111110011100111001111000110110111010 | e78f88e9ad8ee79e8ee68090e99f9ce78dba |
UHC | ????韜獺 | 0011111100111111001111110011111111010100101101111101001110110111 | 3f3f3f3fd4b7d3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)