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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | ???∵Q] | 00111111001111110011111110000001111001100101000101011101 | 3f3f3f81e6515d |
EUC-JP | ??鋌∵Q] | 001111110011111110001111111001001011101110100010111010000101000101011101 | 3f3f8fe4bba2e8515d |
UTF-8 | 룴찼鋌∵Q] | 1110101110100011101101001110110010110000101111001110100110001011100011001110001010001000101101010101000101011101 | eba3b4ecb0bce98b8ce288b5515d |
UHC | 룴찼鋌∵Q] | 10001111101010011100001110100001111011111111101110100001111100010101000101011101 | 8fa9c3a1effba1f1515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)