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 | ????£ | 0011111100111111001111110011111110100011 | 3f3f3f3fa3 |
SJIS-WIN | 驕矩コ昴£ | 111010011000000110001011111010011011101010011101111000111000000110010010 | e9818be9ba9de38192 |
EUC-JP | 驕矩コ昴£ | 11110001111000011011011011101011100011101011101011011010111001011010000111110010 | f1e1b6eb8ebadae5a1f2 |
UTF-8 | 驕矩コ昴£ | 1110100110101001100101011110011110011111101010011110111110111101101110101110011010011000101101001100001010100011 | e9a995e79fa9efbdbae698b4c2a3 |
UHC | 驕矩?昴? | 1100111011110110110011111011101100111111110110011101101100111111 | cef6cfbb3fd9db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)