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 | 胛牙 | 11100011111011101000100111100101 | e3ee89e5 |
EUC-JP | 胛牙 | 11100110111100001011001011100111 | e6f0b2e7 |
UTF-8 | 胛牙 | 111010001000001110011011111001111000100110011001 | e8839be78999 |
UHC | 胛牙 | 11001011101001001110010010110011 | cba4e4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)