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 | 100111111100011010001001100111011001111111000110100010011001110101000010 | 9fc6899d9fc6899d42 |
EUC-JP | 淅往淅往B | 110111101100100010110001111111011101111011001000101100011111110101000010 | dec8b1fddec8b1fd42 |
UTF-8 | 淅往淅往B | 11100110101101111000010111100101101111101000000011100110101101111000010111100101101111101000000001000010 | e6b785e5be80e6b785e5be8042 |
UHC | 淅往淅往B | 111000001011001011101000110110011110000010110010111010001101100101000010 | e0b2e8d9e0b2e8d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)