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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 獻瞻@h | 111000001101100111100001110110110100000001101000 | e0d9e1db4068 |
EUC-JP | 獻瞻@h | 111000001101101111100010110111010100000001101000 | e0dbe2dd4068 |
UTF-8 | 獻瞻@h | 1110011110001101101110111110011110011110101110110100000001101000 | e78dbbe79ebb4068 |
UHC | 獻瞻@h | 111110101100110011110100110101110100000001101000 | faccf4d74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)