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 | ?E???H?Q | 0011111101000101001111110011111100111111010010000011111101010001 | 3f453f3f3f483f51 |
SJIS-WIN | ?E???H?Q | 0011111101000101001111110011111100111111010010000011111101010001 | 3f453f3f3f483f51 |
EUC-JP | ?E???H?Q | 0011111101000101001111110011111100111111010010000011111101010001 | 3f453f3f3f483f51 |
UTF-8 | 챔E혗혡혡H챈Q | 111011001011000110010100010001011110110110011000100101111110110110011000101000011110110110011000101000010100100011101100101100011000100001010001 | ecb19445ed9897ed98a1ed98a148ecb18851 |
UHC | 챔E혗혡혡H챈Q | 11000011101010000100010111000010100000101100001010001010110000101000101001001000110000111010011001010001 | c3a845c282c28ac28a48c3a651 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)