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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耶壤乂 | 100101101110101110011010110111111001100010100111 | 96eb9adf98a7 |
EUC-JP | 耶壤乂 | 110011001110110111010100111000011101000010101001 | ccedd4e1d0a9 |
UTF-8 | 耶壤乂 | 111010001000000010110110111001011010001110100100111001001011100110000010 | e880b6e5a3a4e4b982 |
UHC | 耶壤乂 | 111001011010110111100101101111011110011111010001 | e5ade5bde7d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)