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 | 奪属^ | 1001001001000100100100011010111001011110 | 924491ae5e |
EUC-JP | 奪属^ | 1100001110100101110000101011000001011110 | c3a5c2b05e |
UTF-8 | 奪属^ | 11100101101001011010101011100101101100011001111001011110 | e5a5aae5b19e5e |
UHC | 奪?^ | 11110111101011000011111101011110 | f7ac3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)