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 | ? | 00111111 | 3f |
SJIS-WIN | 懸 | 1000110010011100 | 8c9c |
EUC-JP | 懸 | 1011011111111100 | b7fc |
UTF-8 | 懸 | 111001101000011110111000 | e687b8 |
UHC | 懸 | 1111101011011000 | fad8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)