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 | âõâºß | 1110001011110101111000101011101011011111 | e2f5e2badf |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | âõâºß | 100011111010101110100100100011111010101111011000100011111010101110100100100011111010001011101011100011111010100111001110 | 8faba48fabd88faba48fa2eb8fa9ce |
UTF-8 | âõâºß | 11000011101000101100001110110101110000111010001011000010101110101100001110011111 | c3a2c3b5c3a2c2bac39f |
UHC | ???ºß | 00111111001111110011111110101000101011001010100110101100 | 3f3f3fa8aca9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)