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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 襄?@h | 1110010111110101001111110100000001101000 | e5f53f4068 |
EUC-JP | 襄?@h | 1110101011110111001111110100000001101000 | eaf73f4068 |
UTF-8 | 襄솨@h | 1110100010100101100001001110110010000110101010000100000001101000 | e8a584ec86a84068 |
UHC | 襄솨@h | 111001011101000110111100110111010100000001101000 | e5d1bcdd4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)