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 | 謳耶漕 | 111001101001000010010110111010111001000110000110 | e69096eb9186 |
EUC-JP | 謳耶漕 | 111010111111000011001100111011011100000111100110 | ebf0ccedc1e6 |
UTF-8 | 謳耶漕 | 111010001010110010110011111010001000000010110110111001101011110010010101 | e8acb3e880b6e6bc95 |
UHC | 謳耶漕 | 110011111100010011100101101011011111000011001100 | cfc4e5adf0cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)