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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隍る。 | 1110100010100100100000101110100110100001 | e8a482e9a1 |
EUC-JP | 隍る。 | 111100001010011010100100111010111000111010100001 | f0a6a4eb8ea1 |
UTF-8 | 隍る。 | 111010011001101010001101111000111000001010001011111011111011110110100001 | e99a8de3828befbda1 |
UHC | 隍る? | 1111110011011011101010101110101100111111 | fcdbaaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)