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 | 源?祉?? | 10001100101110010011111110001110100000110011111100111111 | 8cb93f8e833f3f |
EUC-JP | 源?祉?汶 | 101110001011101100111111101110111110001100111111100011111100011011100101 | b8bb3fbbe33f8fc6e5 |
UTF-8 | 源렰祉계汶 | 111001101011101010010000111010111010000010110000111001111010010110001001111010101011001110000100111001101011000110110110 | e6ba90eba0b0e7a589eab384e6b1b6 |
UHC | 源렰祉계汶 | 11101010101110011000111010111101111100101011001110110000111010001101101010100001 | eab98ebdf2b3b0e8daa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)