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 | ?????G?Q | 0011111100111111001111110011111100111111010001110011111101010001 | 3f3f3f3f3f473f51 |
SJIS-WIN | ?????G?Q | 0011111100111111001111110011111100111111010001110011111101010001 | 3f3f3f3f3f473f51 |
EUC-JP | ?????G?Q | 0011111100111111001111110011111100111111010001110011111101010001 | 3f3f3f3f3f473f51 |
UTF-8 | 찾챠혗챔혨G챈Q | 1110110010110000101111101110110010110001101000001110110110011000100101111110110010110001100101001110110110011000101010000100011111101100101100011000100001010001 | ecb0beecb1a0ed9897ecb194ed98a847ecb18851 |
UHC | 찾챠혗챔혨G챈Q | 1100001110100011110000111010110111000010100000101100001110101000110000101001000001000111110000111010011001010001 | c3a3c3adc282c3a8c29047c3a651 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)