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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 疔倆驪Q] | 1110000101101010100110001110110111101001100010110101000101011101 | e16a98ede98b515d |
EUC-JP | 疔倆驪Q] | 1110000111001011110100001110111111110001111010110101000101011101 | e1cbd0eff1eb515d |
UTF-8 | 疔倆驪Q] | 1110011110010110100101001110010110000000100001101110100110101001101010100101000101011101 | e79694e58086e9a9aa515d |
UHC | ?倆驪Q] | 00111111110101011101011011010101111100010101000101011101 | 3fd5d6d5f1515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)