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 | 10010000010010100011111101010000 | 904a3f50 |
EUC-JP | 辱?P | 10111111101010110011111101010000 | bfab3f50 |
UTF-8 | 辱뎟P | 11101000101111101011000111101011100011101001111101010000 | e8beb1eb8e9f50 |
UHC | 辱뎟P | 1110100110110100100010010111000001010000 | e9b4897050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)