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 | 11100010101101010100010111100010101101010100010101000010 | e2b545e2b54542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | â?Eâ?EB | 1000111110101011101001000011111101000101100011111010101110100100001111110100010101000010 | 8faba43f458faba43f4542 |
UTF-8 | âµEâµEB | 1100001110100010110000101011010101000101110000111010001011000010101101010100010101000010 | c3a2c2b545c3a2c2b54542 |
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)