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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 踐咏エー\ | 11100110111101101001100111100111101101001011000001011100 | e6f699e7b4b05c |
EUC-JP | 踐咏エー\ | 111011001111100011010010111010011000111010110100100011101011000001011100 | ecf8d2e98eb48eb05c |
UTF-8 | 踐咏エー\ | 11101000101110001001000011100101100100101000111111101111101111011011010011101111101111011011000001011100 | e8b890e5928fefbdb4efbdb05c |
UHC | 踐???\ | 111101001100001000111111001111110011111101011100 | f4c23f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)