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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 炎^ | 100010011000101001011110 | 898a5e |
EUC-JP | 炎^ | 101100011110101001011110 | b1ea5e |
UTF-8 | 炎^ | 11100111100000101000111001011110 | e7828e5e |
UHC | 炎^ | 111001101111101001011110 | e6fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)