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 | ò¡¶é¡ | 1111001010100001101101101110100110100001 | f2a1b6e9a1 |
SJIS-WIN | ??¶?? | 001111110011111110000001111101110011111100111111 | 3f3f81f73f3f |
EUC-JP | ò¡¶é¡ | 1000111110101011110100101000111110100010110000101010001011111001100011111010101110110001100011111010001011000010 | 8fabd28fa2c2a2f98fabb18fa2c2 |
UTF-8 | ò¡¶é¡ | 11000011101100101100001010100001110000101011011011000011101010011100001010100001 | c3b2c2a1c2b6c3a9c2a1 |
UHC | ?¡¶?¡ | 0011111110100010101011101010001011010010001111111010001010101110 | 3fa2aea2d23fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)