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 | 蠏の | 11100101101101011000001011001100 | e5b582cc |
EUC-JP | 蠏の | 11101010101101111010010011001110 | eab7a4ce |
UTF-8 | 蠏の | 111010001010000010001111111000111000000110101110 | e8a08fe381ae |
UHC | ?の | 001111111010101011001110 | 3faace |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)