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 | 1001110011100100100111001110010001000010 | 9ce49ce442 |
EUC-JP | 應應B | 1101100011100110110110001110011001000010 | d8e6d8e642 |
UTF-8 | 應應B | 11100110100001111000100111100110100001111000100101000010 | e68789e6878942 |
UHC | 應應B | 1110101111101011111010111110101101000010 | ebebebeb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)