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 | à®Eà®EB | 11100000101011100100010111100000101011100100010101000010 | e0ae45e0ae4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | à®Eà®EB | 100011111010101110100010100011111010001011101110010001011000111110101011101000101000111110100010111011100100010101000010 | 8faba28fa2ee458faba28fa2ee4542 |
UTF-8 | à®Eà®EB | 1100001110100000110000101010111001000101110000111010000011000010101011100100010101000010 | c3a0c2ae45c3a0c2ae4542 |
UHC | ?®E?®EB | 001111111010001011100111010001010011111110100010111001110100010101000010 | 3fa2e7453fa2e74542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)