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 | ??施 | 00111111001111111000111001111011 | 3f3f8e7b |
EUC-JP | 嫄?施 | 100011111011101010100001001111111011101111011100 | 8fbaa13fbbdc |
UTF-8 | 嫄롏施 | 111001011010101110000100111010111010000110001111111001101001011010111101 | e5ab84eba18fe696bd |
UHC | 嫄롏施 | 111010101011000110001110110101011110001110111111 | eab18ed5e3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)