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 | 蚤 | 1001010001100001 | 9461 |
EUC-JP | 蚤 | 1100011111000010 | c7c2 |
UTF-8 | 蚤 | 111010001001101010100100 | e89aa4 |
UHC | 蚤 | 1111000011011110 | f0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)