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 | Ö®ë£ | 11010110101011101110101110100011 | d6aeeba3 |
SJIS-WIN | ???£ | 0011111100111111001111111000000110010010 | 3f3f3f8192 |
EUC-JP | Ö®ë£ | 1000111110101010110100111000111110100010111011101000111110101011101100111010000111110010 | 8faad38fa2ee8fabb3a1f2 |
UTF-8 | Ö®ë£ | 1100001110010110110000101010111011000011101010111100001010100011 | c396c2aec3abc2a3 |
UHC | ?®?? | 0011111110100010111001110011111100111111 | 3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)