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 | 隍晄焔 | 111010001010010010011101111001101000100110001011 | e8a49de6898b |
EUC-JP | 隍晄焔 | 111100001010011011011010111010001011000111101011 | f0a6dae8b1eb |
UTF-8 | 隍晄焔 | 111010011001101010001101111001101001100110000100111001111000010010010100 | e99a8de69984e78494 |
UHC | 隍晄? | 1111110011011011111111001100110100111111 | fcdbfccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)