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 | 11101000101111011010001011100011100011001011101101000010 | e8bda2e38cbb42 |
EUC-JP | 霓「繻サB | 111100001011111110001110101000101110010111101100100011101011101101000010 | f0bf8ea2e5ec8ebb42 |
UTF-8 | 霓「繻サB | 11101001100111001001001111101111101111011010001011100111101110011011101111101111101111011011101101000010 | e99c93efbda2e7b9bbefbdbb42 |
UHC | 霓???B | 111001111110011100111111001111110011111101000010 | e7e73f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)