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 | 鼇燮 | 11101010100001111001100111010111 | ea8799d7 |
EUC-JP | 鼇燮 | 11110011111001111101001011011001 | f3e7d2d9 |
UTF-8 | 鼇燮 | 111010011011110010000111111001111000011110101110 | e9bc87e787ae |
UHC | 鼇燮 | 11101000101010001110000011110000 | e8a8e0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)