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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鞨碍 | 11101000111000001000101001010110 | e8e08a56 |
EUC-JP | 鞨碍 | 11110000111000101011001110110111 | f0e2b3b7 |
UTF-8 | 鞨碍 | 111010011001111010101000111001111010001010001101 | e99ea8e7a28d |
UHC | 鞨碍 | 11001010111010101110010011110100 | caeae4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)