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 | 壅北 | 10011010110101111001011001101011 | 9ad7966b |
EUC-JP | 壅北 | 11010100110110011100101111001100 | d4d9cbcc |
UTF-8 | 壅北 | 111001011010001110000101111001011000110010010111 | e5a385e58c97 |
UHC | 壅北 | 11101000101101011101110111000001 | e8b5ddc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)