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 | ?W@h | 00111111010101110100000001101000 | 3f574068 |
SJIS-WIN | 叩W@h | 1001001001000000010101110100000001101000 | 9240574068 |
EUC-JP | 叩W@h | 1100001110100001010101110100000001101000 | c3a1574068 |
UTF-8 | 叩W@h | 111001011000111110101001010101110100000001101000 | e58fa9574068 |
UHC | 叩W@h | 1100110110110000010101110100000001101000 | cdb0574068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)