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 | àºàÆB | 1110000010111010111000001100011001000010 | e0bae0c642 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | àºàÆB | 10001111101010111010001010001111101000101110101110001111101010111010001010001111101010011010000101000010 | 8faba28fa2eb8faba28fa9a142 |
UTF-8 | àºàÆB | 110000111010000011000010101110101100001110100000110000111000011001000010 | c3a0c2bac3a0c38642 |
UHC | ?º?ÆB | 00111111101010001010110000111111101010001010000101000010 | 3fa8ac3fa8a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)