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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 迯ВF | 1110011110001101100001000100001001000110 | e78d844246 |
EUC-JP | 迯ВF | 1110110111101101101001111010001101000110 | ededa7a346 |
UTF-8 | 迯ВF | 111010001011111110101111110100001001001001000110 | e8bfafd09246 |
UHC | ?ВF | 00111111101011001010001101000110 | 3faca346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)