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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 症?P | 10001111110001110011111101010000 | 8fc73f50 |
EUC-JP | 症?P | 10111110110010010011111101010000 | bec93f50 |
UTF-8 | 症렜P | 11100111100101111000011111101011101000001001110001010000 | e79787eba09c50 |
UHC | 症렜P | 1111000111111000100011101010111001010000 | f1f88eae50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)