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 | 11100100101101101010001011100111101101001011000001000010 | e4b6a2e7b4b042 |
EUC-JP | 荼「邏ーB | 111010001011100010001110101000101110111010110110100011101011000001000010 | e8b88ea2eeb68eb042 |
UTF-8 | 荼「邏ーB | 11101000100011011011110011101111101111011010001011101001100000101000111111101111101111011011000001000010 | e88dbcefbda2e9828fefbdb042 |
UHC | ??邏?B | 001111110011111111010101101001000011111101000010 | 3f3fd5a43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)