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 | 1001000011100110001111111001000011100110100011111001101101000010 | 90e63f90e68f9b42 |
EUC-JP | 先剡先鋤B | 11000000111010001000111110110011110001111100000011101000101111011111101101000010 | c0e88fb3c7c0e8bdfb42 |
UTF-8 | 先剡先鋤B | 11100101100001011000100011100101100010011010000111100101100001011000100011101001100010111010010001000010 | e58588e589a1e58588e98ba442 |
UHC | 先剡先鋤B | 111000001011101111100000111001101110000010111011111000001010011101000010 | e0bbe0e6e0bbe0a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)