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 | ò¢¸ë¢ | 1111001010100010101110001110101110100010 | f2a2b8eba2 |
SJIS-WIN | ?¢??¢ | 00111111100000011001000100111111001111111000000110010001 | 3f81913f3f8191 |
EUC-JP | ò¢¸ë¢ | 10001111101010111101001010100001111100011000111110100010101100011000111110101011101100111010000111110001 | 8fabd2a1f18fa2b18fabb3a1f1 |
UTF-8 | ò¢¸ë¢ | 11000011101100101100001010100010110000101011100011000011101010111100001010100010 | c3b2c2a2c2b8c3abc2a2 |
UHC | ??¸?? | 001111110011111110100010101011000011111100111111 | 3f3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)