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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?櫚珣h | 001111111001111101001100111110110110001101101000 | 3f9f4cfb6368 |
EUC-JP | 馦櫚珣h | 100011111110100011111010110111011010110110001111110010111111010001101000 | 8fe8faddad8fcbf468 |
UTF-8 | 馦櫚珣h | 11101001101001101010011011100110101010111001101011100111100011111010001101101000 | e9a6a6e6ab9ae78fa368 |
UHC | ?櫚珣h | 001111111101010111101010111000101110100101101000 | 3fd5eae2e968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)