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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寃?淫 | 1001101110000011001111111000100011111010 | 9b833f88fa |
EUC-JP | 寃?淫 | 1101010111100011001111111011000011111100 | d5e33fb0fc |
UTF-8 | 寃렎淫 | 111001011010111110000011111010111010000010001110111001101011011110101011 | e5af83eba08ee6b7ab |
UHC | 寃렎淫 | 111010101011001010001110101001001110101111100010 | eab28ea4ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)