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 | 逾 | 1110011110100101 | e7a5 |
EUC-JP | 逾 | 1110111010100111 | eea7 |
UTF-8 | 逾 | 111010011000000010111110 | e980be |
UHC | 逾 | 1110101110110101 | ebb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)