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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 旗厂^ | 1000101011111000100110011100101001011110 | 8af899ca5e |
EUC-JP | 旗厂^ | 1011010011111010110100101100110001011110 | b4fad2cc5e |
UTF-8 | 旗厂^ | 11100110100101111001011111100101100011101000001001011110 | e69797e58e825e |
UHC | 旗?^ | 11010000111111010011111101011110 | d0fd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)