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 | 樂ë ëà | 1110111110100110101111111110101110000010100001011110101111100000 | efa6bfeb8285ebe0 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | 樂ë??ëà | 1000111110101011110000011000111110100010110000111000111110100010110001001000111110101011101100110011111100111111100011111010101110110011100011111010101110100010 | 8fabc18fa2c38fa2c48fabb33f3f8fabb38faba2 |
UTF-8 | 樂ë ëà | 11000011101011111100001010100110110000101011111111000011101010111100001010000010110000101000010111000011101010111100001110100000 | c3afc2a6c2bfc3abc282c285c3abc3a0 |
UHC | ??¿????? | 001111110011111110100010101011110011111100111111001111110011111100111111 | 3f3fa2af3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)