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 | 001111110101111001101000 | 3f5e68 |
SJIS-WIN | 叩^h | 10010010010000000101111001101000 | 92405e68 |
EUC-JP | 叩^h | 11000011101000010101111001101000 | c3a15e68 |
UTF-8 | 叩^h | 1110010110001111101010010101111001101000 | e58fa95e68 |
UHC | 叩^h | 11001101101100000101111001101000 | cdb05e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)