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 | ??Bq??BqB | 001111110011111101000010011100010011111100111111010000100111000101000010 | 3f3f42713f3f427142 |
SJIS-WIN | 嶸ウBq嶸ウBqB | 1111101010110100101100110100001001110001111110101011010010110011010000100111000101000010 | fab4b34271fab4b3427142 |
EUC-JP | 嶸ウBq嶸ウBqB | 100011111011101111110100100011101011001101000010011100011000111110111011111101001000111010110011010000100111000101000010 | 8fbbf48eb342718fbbf48eb3427142 |
UTF-8 | 嶸ウBq嶸ウBqB | 1110010110110110101110001110111110111101101100110100001001110001111001011011011010111000111011111011110110110011010000100111000101000010 | e5b6b8efbdb34271e5b6b8efbdb3427142 |
UHC | 嶸?Bq嶸?BqB | 1110011110101110001111110100001001110001111001111010111000111111010000100111000101000010 | e7ae3f4271e7ae3f427142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)