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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 霓、霓、B | 11101000101111011010010011101000101111011010010001000010 | e8bda4e8bda442 |
EUC-JP | 霓、霓、B | 111100001011111110001110101001001111000010111111100011101010010001000010 | f0bf8ea4f0bf8ea442 |
UTF-8 | 霓、霓、B | 11101001100111001001001111101111101111011010010011101001100111001001001111101111101111011010010001000010 | e99c93efbda4e99c93efbda442 |
UHC | 霓?霓?B | 11100111111001110011111111100111111001110011111101000010 | e7e73fe7e73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)