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 | 10001111110110111010111101010000 | 8fdbaf50 |
EUC-JP | 象ッP | 1011111011011101100011101010111101010000 | bedd8eaf50 |
UTF-8 | 象ッP | 11101000101100011010000111101111101111011010111101010000 | e8b1a1efbdaf50 |
UHC | 象?P | 11011111110110100011111101010000 | dfda3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)