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 | 鼇??泳 | 111010101000011100111111001111111000100101101010 | ea873f3f896a |
EUC-JP | 鼇??泳 | 111100111110011100111111001111111011000111001011 | f3e73f3fb1cb |
UTF-8 | 鼇뽫럷泳 | 111010011011110010000111111010111011110110101011111010111001111110110111111001101011001110110011 | e9bc87ebbdabeb9fb7e6b3b3 |
UHC | 鼇뽫럷泳 | 1110100010101000100101101110011110001110100101101110011110110110 | e8a896e78e96e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)