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 | 蒹犒 | 11100100111000111110000010110101 | e4e3e0b5 |
EUC-JP | 蒹犒 | 11101000111001011110000010110111 | e8e5e0b7 |
UTF-8 | 蒹犒 | 111010001001001010111001111001111000101010010010 | e892b9e78a92 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)