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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 題?煜??B | 1001000111101000001111111111101101010101001111110011111101000010 | 91e83ffb553f3f42 |
EUC-JP | 題?煜??B | 110000101110101000111111100011111100100111111100001111110011111101000010 | c2ea3f8fc9fc3f3f42 |
UTF-8 | 題렍煜얜샌B | 11101001101000011000110011101011101000001000110111100111100001011001110011101100100101101001110011101100100000111000110001000010 | e9a18ceba08de7859cec969cec838c42 |
UHC | 題렍煜얜샌B | 1111000010111001100011101010001111101001111100101011111011101011101110111111011101000010 | f0b98ea3e9f2beebbbf742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)