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 | ? | 00111111 | 3f |
SJIS-WIN | 遯 | 1110011110101010 | e7aa |
EUC-JP | 遯 | 1110111010101100 | eeac |
UTF-8 | 遯 | 111010011000000110101111 | e981af |
UHC | 遯 | 1101010011101110 | d4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)