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 | ???F?? | 001111110011111100111111010001100011111100111111 | 3f3f3f463f3f |
SJIS-WIN | 楔跣?F紆泄 | 10011110101101101110011011101111001111110100011011100010111111001001111110010101 | 9eb6e6ef3f46e2fc9f95 |
EUC-JP | 楔跣?F紆泄 | 11011100101110001110110011110001001111110100011011100100111111101101110111110101 | dcb8ecf13f46e4feddf5 |
UTF-8 | 楔跣蟬F紆泄 | 11100110101001011001010011101000101101111010001111101000100111111010110001000110111001111011010010000110111001101011001110000100 | e6a594e8b7a3e89fac46e7b486e6b384 |
UHC | 楔跣蟬F紆泄 | 1110000011011011111000001101001111100000110100010100011011101001111000011110000011011100 | e0dbe0d3e0d146e9e1e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)