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 | 昔鮮^ | 1001000011001100100100010100111001011110 | 90cc914e5e |
EUC-JP | 昔鮮^ | 1100000011001110110000011010111101011110 | c0cec1af5e |
UTF-8 | 昔鮮^ | 11100110100110001001010011101001101011101010111001011110 | e69894e9aeae5e |
UHC | 昔鮮^ | 1110000010101110111000001101100001011110 | e0aee0d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)