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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 奧??徇?\ | 1001101011111010001111110011111110011100011011010011111101011100 | 9afa3f3f9c6d3f5c |
EUC-JP | 奧??徇?\ | 1101010011111100001111110011111111010111110011100011111101011100 | d4fc3f3fd7ce3f5c |
UTF-8 | 奧댿돡徇멠\ | 11100101101001011010011111101011100011001011111111101011100011111010000111100101101111101000011111101011101010011010000001011100 | e5a5a7eb8cbfeb8fa1e5be87eba9a05c |
UHC | 奧댿돡徇멠\ | 1110011111110011100010001110001010001001101001101110001011011111100100010101000001011100 | e7f388e289a6e2df91505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)