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 | 1001101101101001100110110110100101000010 | 9b699b6942 |
EUC-JP | 嬖嬖B | 1101010111001010110101011100101001000010 | d5cad5ca42 |
UTF-8 | 嬖嬖B | 11100101101011001001011011100101101011001001011001000010 | e5ac96e5ac9642 |
UHC | 嬖嬖B | 1111100011000110111110001100011001000010 | f8c6f8c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)