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 | 11100101110010010100010111100101110010010100010101000010 | e5c945e5c94542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | åÉEåÉEB | 100011111010101110101001100011111010101010110001010001011000111110101011101010011000111110101010101100010100010101000010 | 8faba98faab1458faba98faab14542 |
UTF-8 | åÉEåÉEB | 1100001110100101110000111000100101000101110000111010010111000011100010010100010101000010 | c3a5c38945c3a5c3894542 |
UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)