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 | 謳耶賊 | 111001101001000010010110111010111001000110101111 | e69096eb91af |
EUC-JP | 謳耶賊 | 111010111111000011001100111011011100001010110001 | ebf0ccedc2b1 |
UTF-8 | 謳耶賊 | 111010001010110010110011111010001000000010110110111010001011001110001010 | e8acb3e880b6e8b38a |
UHC | 謳耶賊 | 110011111100010011100101101011011110111011100100 | cfc4e5adeee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)