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 | 贖企 | 11100110110111001000101011101001 | e6dc8ae9 |
EUC-JP | 贖企 | 11101100110111101011010011101011 | ecdeb4eb |
UTF-8 | 贖企 | 111010001011010010010110111001001011110010000001 | e8b496e4bc81 |
UHC | 贖企 | 11100001110110111101000011101010 | e1dbd0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)