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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 迹廖h | 1110011110010001100111000100000001101000 | e7919c4068 |
EUC-JP | 迹廖h | 1110110111110001110101111010000101101000 | edf1d7a168 |
UTF-8 | 迹廖h | 11101000101111111011100111100101101110111001011001101000 | e8bfb9e5bb9668 |
UHC | 迹廖h | 1110111011101001110101101111100001101000 | eee9d6f868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)