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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 횖챨횜챠횜쨋첵 | 111011011001101010010110111011001011000110101000111011011001101010011100111011001011000110100000111011011001101010011100111011001010100010001011111011001011001010110101 | ed9a96ecb1a8ed9a9cecb1a0ed9a9ceca88becb2b5 |
UHC | 횖챨횜챠횜쨋첵 | 1100001110010000110000111011000011000011100101101100001110101101110000111001011011000010101101101100001110111101 | c390c3b0c396c3adc396c2b6c3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)