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 | àZ࣠| 111000000101101011100000100110011000001010100011 | e05ae09982a3 |
SJIS-WIN | ?Z???£ | 00111111010110100011111100111111001111111000000110010010 | 3f5a3f3f3f8192 |
EUC-JP | àZà??£ | 1000111110101011101000100101101010001111101010111010001000111111001111111010000111110010 | 8faba25a8faba23f3fa1f2 |
UTF-8 | àZ࣠| 1100001110100000010110101100001110100000110000101001100111000010100000101100001010100011 | c3a05ac3a0c299c282c2a3 |
UHC | ?Z???? | 001111110101101000111111001111110011111100111111 | 3f5a3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)