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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蝴??寥?B | 1110010110011010001111110011111110011011100011000011111101000010 | e59a3f3f9b8c3f42 |
EUC-JP | 蝴??寥?B | 1110100111111010001111110011111111010101111011000011111101000010 | e9fa3f3fd5ec3f42 |
UTF-8 | 蝴흖벱寥렞B | 11101000100111011011010011101101100111011001011011101011101100101011000111100101101011111010010111101011101000001001111001000010 | e89db4ed9d96ebb2b1e5afa5eba09e42 |
UHC | 蝴흖벱寥렞B | 1111101111011101110010001110100010111010101010011110100011101111100011101010111101000010 | fbddc8e8baa9e8ef8eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)