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~ | 001111110100010011101010100111110101000101111110 | 3f44ea9f517e |
EUC-JP | ?D堯Q~ | 001111110100010011110100101000010101000101111110 | 3f44f4a1517e |
UTF-8 | 숷D堯Q~ | 111011001000100010110111010001001110010110100000101011110101000101111110 | ec88b744e5a0af517e |
UHC | 숷D堯Q~ | 10011010010011000100010011101000111010110101000101111110 | 9a4c44e8eb517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)