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 | ?D?Q~ | 0011111101000100001111110101000101111110 | 3f443f517e |
SJIS-WIN | ?D?Q~ | 0011111101000100001111110101000101111110 | 3f443f517e |
EUC-JP | ?D?Q~ | 0011111101000100001111110101000101111110 | 3f443f517e |
UTF-8 | 뭒D뫔Q~ | 111010111010110110010010010001001110101110101011100101000101000101111110 | ebad9244ebab94517e |
UHC | 뭒D뫔Q~ | 10010010010110100100010010010001101101100101000101111110 | 925a4491b6517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)