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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?亂?溝^ | 00111111100110001010101000111111100011010110000101011110 | 3f98aa3f8d615e |
EUC-JP | ?亂?溝^ | 00111111110100001010110000111111101110011100001001011110 | 3fd0ac3fb9c25e |
UTF-8 | 렺亂렺溝^ | 11101011101000001011101011100100101110101000001011101011101000001011101011100110101110101001110101011110 | eba0bae4ba82eba0bae6ba9d5e |
UHC | 렺亂렺溝^ | 100011101100001011010101101011111000111011000010110011111011010101011110 | 8ec2d5af8ec2cfb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)