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 | îÂÂY | 11000011101011101100001010001110110000101000011001011001 | c3aec28ec28659 |
SJIS-WIN | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
EUC-JP | �Y | 100011111010101010101010100011111010001011101110100011111010101010100100001111111000111110101010101001000011111101011001 | 8faaaa8fa2ee8faaa43f8faaa43f59 |
UTF-8 | îÂÂY | 11000011100000111100001010101110110000111000001011000010100011101100001110000010110000101000011001011001 | c383c2aec382c28ec382c28659 |
UHC | ?®????Y | 0011111110100010111001110011111100111111001111110011111101011001 | 3fa2e73f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)