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 | ñá¶í¹µ | 1111000111100001101101101110110110001110101110011000111010110101 | f1e1b6ed8eb98eb5 |
SJIS-WIN | ??¶????? | 001111110011111110000001111101110011111100111111001111110011111100111111 | 3f3f81f73f3f3f3f3f |
EUC-JP | ñá¶í???? | 100011111010101111010000100011111010101110100001101000101111100110001111101010111011111100111111001111110011111100111111 | 8fabd08faba1a2f98fabbf3f3f3f3f |
UTF-8 | ñá¶í¹µ | 11000011101100011100001110100001110000101011011011000011101011011100001010001110110000101011100111000010100011101100001010110101 | c3b1c3a1c2b6c3adc28ec2b9c28ec2b5 |
UHC | ??¶??¹?? | 00111111001111111010001011010010001111110011111110101001111101100011111100111111 | 3f3fa2d23f3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)