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 | àºâß | 11100000101110101110001011011111 | e0bae2df |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | àºâß | 100011111010101110100010100011111010001011101011100011111010101110100100100011111010100111001110 | 8faba28fa2eb8faba48fa9ce |
UTF-8 | àºâß | 1100001110100000110000101011101011000011101000101100001110011111 | c3a0c2bac3a2c39f |
UHC | ?º?ß | 001111111010100010101100001111111010100110101100 | 3fa8ac3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)