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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鉞懃擅B | 11100111111001101001110011100111100111011010000101000010 | e7e69ce79da142 |
EUC-JP | 鉞懃擅B | 11101110111010001101100011101001110110101010001101000010 | eee8d8e9daa342 |
UTF-8 | 鉞懃擅B | 11101001100010011001111011100110100001111000001111100110100100111000010101000010 | e9899ee68783e6938542 |
UHC | 鉞懃擅B | 11101010110001111101000011000100111101001011101001000010 | eac7d0c4f4ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)