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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蟾「邏ーB | 11100101101101111010001011100111101101001011000001000010 | e5b7a2e7b4b042 |
EUC-JP | 蟾「邏ーB | 111010101011100110001110101000101110111010110110100011101011000001000010 | eab98ea2eeb68eb042 |
UTF-8 | 蟾「邏ーB | 11101000100111111011111011101111101111011010001011101001100000101000111111101111101111011011000001000010 | e89fbeefbda2e9828fefbdb042 |
UHC | 蟾?邏?B | 11100000111010100011111111010101101001000011111101000010 | e0ea3fd5a43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)