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 | 蝨碍 | 11100101100111001000101001010110 | e59c8a56 |
EUC-JP | 蝨碍 | 11101001111111001011001110110111 | e9fcb3b7 |
UTF-8 | 蝨碍 | 111010001001110110101000111001111010001010001101 | e89da8e7a28d |
UHC | 蝨碍 | 11100011101001001110010011110100 | e3a4e4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)