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 | 1110000010111101111000001011110101000101 | e0bde0bd45 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | à?à?E | 100011111010101110100010001111111000111110101011101000100011111101000101 | 8faba23f8faba23f45 |
UTF-8 | à½à½E | 110000111010000011000010101111011100001110100000110000101011110101000101 | c3a0c2bdc3a0c2bd45 |
UHC | ?½?½E | 00111111101010001111011000111111101010001111011001000101 | 3fa8f63fa8f645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)