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 | 啼???雍 | 10011010011001010011111100111111001111111110100010110100 | 9a653f3f3fe8b4 |
EUC-JP | 啼???雍 | 11010011110001100011111100111111001111111111000010110110 | d3c63f3f3ff0b6 |
UTF-8 | 啼렮履렧雍 | 111001011001010110111100111010111010000010101110111011111010011110011111111010111010000010100111111010011001101110001101 | e595bceba0aeefa79feba0a7e99b8d |
UHC | 啼렮履렧雍 | 11110000101001101000111010111011111011001010101010001110101101101110100010111100 | f0a68ebbecaa8eb6e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)