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 | ??n@h | 0011111100111111011011100100000001101000 | 3f3f6e4068 |
SJIS-WIN | 鶯痔n@h | 11101001111100101000111010100100011011100100000001101000 | e9f28ea46e4068 |
EUC-JP | 鶯痔n@h | 11110010111101001011110010100110011011100100000001101000 | f2f4bca66e4068 |
UTF-8 | 鶯痔n@h | 111010011011011010101111111001111001011110010100011011100100000001101000 | e9b6afe797946e4068 |
UHC | 鶯痔n@h | 11100101101000111111011011000000011011100100000001101000 | e5a3f6c06e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)