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] | 001111111110001101000100001111110101000101011101 | 3fe3443f515d |
EUC-JP | 饔絅?Q] | 1000111111101000111011111110010110100101001111110101000101011101 | 8fe8efe5a53f515d |
UTF-8 | 饔絅볕Q] | 1110100110100101100101001110011110110101100001011110101110110011100101010101000101011101 | e9a594e7b585ebb395515d |
UHC | 饔絅볕Q] | 1110100010111101110011001110011110111010101101010101000101011101 | e8bdcce7bab5515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)