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 | 蒻の | 11100100111010001000001011001100 | e4e882cc |
EUC-JP | 蒻の | 11101000111010101010010011001110 | e8eaa4ce |
UTF-8 | 蒻の | 111010001001001010111011111000111000000110101110 | e892bbe381ae |
UHC | 蒻の | 11100101101101101010101011001110 | e5b6aace |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)