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 | 0011111101000110 | 3f46 |
SJIS-WIN | 辛F | 100100000110100001000110 | 906846 |
EUC-JP | 辛F | 101111111100100101000110 | bfc946 |
UTF-8 | 辛F | 11101000101111101001101101000110 | e8be9b46 |
UHC | 辛F | 111000111111010001000110 | e3f446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)