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 | 撓?檍?鴨 | 1001110110011010001111111001111011111000001111111000101010011011 | 9d9a3f9ef83f8a9b |
EUC-JP | 撓?檍?鴨 | 1101100111111010001111111101110011111010001111111011001111111011 | d9fa3fdcfa3fb3fb |
UTF-8 | 撓렯檍렩鴨 | 111001101001001010010011111010111010000010101111111001101010101010001101111010111010000010101001111010011011010010101000 | e69293eba0afe6aa8deba0a9e9b4a8 |
UHC | 撓렯檍렩鴨 | 11101000111101011000111010111100111001011110010110001110101101111110010011100101 | e8f58ebce5e58eb7e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)