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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 抂抂B | 1001110101001111100111010100111101000010 | 9d4f9d4f42 |
EUC-JP | 抂抂B | 1101100110110000110110011011000001000010 | d9b0d9b042 |
UTF-8 | 抂抂B | 11100110100010101000001011100110100010101000001001000010 | e68a82e68a8242 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)