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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 僊徇 | 10011001010000011001110001101101 | 99419c6d |
EUC-JP | 僊徇 | 11010001101000101101011111001110 | d1a2d7ce |
UTF-8 | 僊徇 | 111001011000001110001010111001011011111010000111 | e5838ae5be87 |
UHC | 僊徇 | 11100000101110101110001011011111 | e0bae2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)