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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 遯遯^ | 1110011110101010111001111010101001011110 | e7aae7aa5e |
EUC-JP | 遯遯^ | 1110111010101100111011101010110001011110 | eeaceeac5e |
UTF-8 | 遯遯^ | 11101001100000011010111111101001100000011010111101011110 | e981afe981af5e |
UHC | 遯遯^ | 1101010011101110110101001110111001011110 | d4eed4ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)