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 | 11101100101100011000110011101100101001111001100111101101100110001010001111101101100110001010001111101101100110001001100001010001 | ecb18ceca799ed98a3ed98a3ed989851 |
UHC | 챌짙혣혣혘Q | 1100001110100111110000101010001111000010100011001100001010001100110000101000001101010001 | c3a7c2a3c28cc28cc28351 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)