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 | æÞ | 100101101001100110000010100010101110011011011110 | 9699828ae6de |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ????æÞ | 00111111001111110011111100111111100011111010100111000001100011111010100110110000 | 3f3f3f3f8fa9c18fa9b0 |
UTF-8 | æÞ | 110000101001011011000010100110011100001010000010110000101000101011000011101001101100001110011110 | c296c299c282c28ac3a6c39e |
UHC | ????æÞ | 0011111100111111001111110011111110101001101000011010100010101101 | 3f3f3f3fa9a1a8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)