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 | 諄拭 | 11100110011110001001000001000000 | e6789040 |
EUC-JP | 諄拭 | 11101011110110011011111110100001 | ebd9bfa1 |
UTF-8 | 諄拭 | 111010001010101110000100111001101000101110101101 | e8ab84e68bad |
UHC | 諄拭 | 11100010111101001110001111010100 | e2f4e3d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)