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 | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
SJIS-WIN | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
EUC-JP | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
UTF-8 | 채창횪쨀혲Q | 11101100101100011000010011101100101100001011110111101101100110101010101011101100101010001000000011101101100110001011001001010001 | ecb184ecb0bded9aaaeca880ed98b251 |
UHC | 채창횪쨀혲Q | 1100001110100100110000111010001011000011101000001100001010110011110000101001100101010001 | c3a4c3a2c3a0c2b3c29951 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)