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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瑤????? | 11101010101000100011111100111111001111110011111100111111 | eaa23f3f3f3f3f |
EUC-JP | 瑤????? | 11110100101001000011111100111111001111110011111100111111 | f4a43f3f3f3f3f |
UTF-8 | 瑤덂뙷烈녜슃 | 111001111001000110100100111010111000110110000010111010111001100110110111111011111010011010011111111010111000010110011100111011001000101010000011 | e791a4eb8d82eb99b7efa69feb859cec8a83 |
UHC | 瑤덂뙷烈녜슃 | 111010001111110110001000111001011000110010111010111001101110111110110011111010011001101010010101 | e8fd88e58cbae6efb3e99a95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)