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 | èûìë£ | 1110100011111011100111001110110010011010100010111110101110100011 | e8fb9cec9a8beba3 |
SJIS-WIN | ???????£ | 001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f8192 |
EUC-JP | èû?ì??ë£ | 1000111110101011101100101000111110101011111001010011111110001111101010111100000000111111001111111000111110101011101100111010000111110010 | 8fabb28fabe53f8fabc03f3f8fabb3a1f2 |
UTF-8 | èûìë£ | 11000011101010001100001110111011110000101001110011000011101011001100001010011010110000101000101111000011101010111100001010100011 | c3a8c3bbc29cc3acc29ac28bc3abc2a3 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)