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 | âõâºß | 111000101111010111100010101110101000111011011111 | e2f5e2ba8edf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | âõâº?ß | 10001111101010111010010010001111101010111101100010001111101010111010010010001111101000101110101100111111100011111010100111001110 | 8faba48fabd88faba48fa2eb3f8fa9ce |
UTF-8 | âõâºß | 110000111010001011000011101101011100001110100010110000101011101011000010100011101100001110011111 | c3a2c3b5c3a2c2bac28ec39f |
UHC | ???º?ß | 0011111100111111001111111010100010101100001111111010100110101100 | 3f3f3fa8ac3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)