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 | 汚掖 | 10001001100110001001110101110100 | 89989d74 |
EUC-JP | 汚掖 | 10110001111110001101100111010101 | b1f8d9d5 |
UTF-8 | 汚掖 | 111001101011000110011010111001101000111010010110 | e6b19ae68e96 |
UHC | 汚掖 | 11100111111111011110010011111010 | e7fde4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)