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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 雪h雪 | 1001000011100001011010001001000011100001 | 90e16890e1 |
EUC-JP | 雪h雪 | 1100000011100011011010001100000011100011 | c0e368c0e3 |
UTF-8 | 雪h雪 | 11101001100110111010101001101000111010011001101110101010 | e99baa68e99baa |
UHC | 雪h雪 | 1110000011100100011010001110000011100100 | e0e468e0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)