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 | ô¤µà | 1111010010100100100011111011010111100000 | f4a48fb5e0 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ô¤??à | 1000111110101011110101001000111110100010111100000011111100111111100011111010101110100010 | 8fabd48fa2f03f3f8faba2 |
UTF-8 | ô¤µà | 11000011101101001100001010100100110000101000111111000010101101011100001110100000 | c3b4c2a4c28fc2b5c3a0 |
UHC | ?¤??? | 001111111010001010110100001111110011111100111111 | 3fa2b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)