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 | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
SJIS-WIN | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
EUC-JP | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
UTF-8 | 징횪짖횑Q | 11101100101001111001010111101101100110101010101011101100101001111001011011101101100110101001000101010001 | eca795ed9aaaeca796ed9a9151 |
UHC | 징횪짖횑Q | 110000101010000111000011101000001100001010100010110000111000110001010001 | c2a1c3a0c2a2c38c51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)