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 | 訛捐 | 11100110011000011001110101101111 | e6619d6f |
EUC-JP | 訛捐 | 11101011110000101101100111010000 | ebc2d9d0 |
UTF-8 | 訛捐 | 111010001010100010011011111001101000110110010000 | e8a89be68d90 |
UHC | 訛捐 | 11101000110001011110011011001000 | e8c5e6c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)