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 | 鴒ン | 111010011111011111011101 | e9f7dd |
EUC-JP | 鴒ン | 11110010111110011000111011011101 | f2f98edd |
UTF-8 | 鴒ン | 111010011011010010010010111011111011111010011101 | e9b492efbe9d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)