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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????旿 | 00111111001111110011111100111111100011111100000111110100 | 3f3f3f3f8fc1f4 |
UTF-8 | 令⒠놃맯旿 | 111011111010011010101000111000101001001010100000111010111000011010000011111010111010011110101111111001101001011110111111 | efa6a8e292a0eb8683eba7afe697bf |
UHC | 令⒠놃맯旿 | 11100111101010011010100111010001100001101110110110010000101101101110011111111010 | e7a9a9d186ed90b6e7fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)