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 | 寤??魚? | 10011011100010000011111100111111100010111001101100111111 | 9b883f3f8b9b3f |
EUC-JP | 寤??魚? | 11010101111010000011111100111111101101011111101100111111 | d5e83f3fb5fb3f |
UTF-8 | 寤뤻젺魚퍫 | 111001011010111110100100111010111010010010111011111011001010000010111010111010011010110110011010111011011000110110101011 | e5afa4eba4bbeca0bae9ad9aed8dab |
UHC | 寤뤻젺魚퍫 | 11100111111101011000111111101001101000001010110111100101111000001011110001000010 | e7f58fe9a0ade5e0bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)