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 | ñø¿]H | 111100011111100010001110101111110101110101001000 | f1f88ebf5d48 |
SJIS-WIN | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
EUC-JP | ñø?¿]H | 100011111010101111010000100011111010100111001100001111111000111110100010110001000101110101001000 | 8fabd08fa9cc3f8fa2c45d48 |
UTF-8 | ñø¿]H | 11000011101100011100001110111000110000101000111011000010101111110101110101001000 | c3b1c3b8c28ec2bf5d48 |
UHC | ?ø?¿]H | 0011111110101001101010100011111110100010101011110101110101001000 | 3fa9aa3fa2af5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)