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 | æºâ¢ | 11100110101110101110001010100010 | e6bae2a2 |
SJIS-WIN | ???¢ | 0011111100111111001111111000000110010001 | 3f3f3f8191 |
EUC-JP | æºâ¢ | 1000111110101001110000011000111110100010111010111000111110101011101001001010000111110001 | 8fa9c18fa2eb8faba4a1f1 |
UTF-8 | æºâ¢ | 1100001110100110110000101011101011000011101000101100001010100010 | c3a6c2bac3a2c2a2 |
UHC | �? | 101010011010000110101000101011000011111100111111 | a9a1a8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)