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 | 1110100010111101100011101010001101010000 | e8bd8ea350 |
EUC-JP | 霓璽P | 1111000010111111101111001010010101010000 | f0bfbca550 |
UTF-8 | 霓璽P | 11101001100111001001001111100111100100101011110101010000 | e99c93e792bd50 |
UHC | 霓璽P | 1110011111100111110111111101111001010000 | e7e7dfde50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)