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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 誰即蔵@h | 1001001001001110100100011010011010010001101000000100000001101000 | 924e91a691a04068 |
EUC-JP | 誰即蔵@h | 1100001110101111110000101010100011000010101000100100000001101000 | c3afc2a8c2a24068 |
UTF-8 | 誰即蔵@h | 1110100010101010101100001110010110001101101100111110100010010100101101010100000001101000 | e8aab0e58db3e894b54068 |
UHC | 誰??@h | 111000101100000100111111001111110100000001101000 | e2c13f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)