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 | 11100011011111000100010111100011011111000100010101000010 | e37c45e37c4542 |
SJIS-WIN | ?|E?|EB | 00111111011111000100010100111111011111000100010101000010 | 3f7c453f7c4542 |
EUC-JP | ã|Eã|EB | 1000111110101011101010100111110001000101100011111010101110101010011111000100010101000010 | 8fabaa7c458fabaa7c4542 |
UTF-8 | ã|Eã|EB | 110000111010001101111100010001011100001110100011011111000100010101000010 | c3a37c45c3a37c4542 |
UHC | ?|E?|EB | 00111111011111000100010100111111011111000100010101000010 | 3f7c453f7c4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)