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 | ñà¶ê | 11110001111000001011011011101010 | f1e0b6ea |
SJIS-WIN | ??¶? | 0011111100111111100000011111011100111111 | 3f3f81f73f |
EUC-JP | ñà¶ê | 1000111110101011110100001000111110101011101000101010001011111001100011111010101110110100 | 8fabd08faba2a2f98fabb4 |
UTF-8 | ñà¶ê | 1100001110110001110000111010000011000010101101101100001110101010 | c3b1c3a0c2b6c3aa |
UHC | ??¶? | 0011111100111111101000101101001000111111 | 3f3fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)