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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 驫鷹スァ驕ク^ | 11101001100010101001000111101001101111011010011111101001100000011011100001011110 | e98a91e9bda7e981b85e |
EUC-JP | 驫鷹スァ驕ク^ | 11110001111010101100001011101011100011101011110110001110101001111111000111100001100011101011100001011110 | f1eac2eb8ebd8ea7f1e18eb85e |
UTF-8 | 驫鷹スァ驕ク^ | 11101001101010011010101111101001101101111011100111101111101111011011110111101111101111011010011111101001101010011001010111101111101111011011100001011110 | e9a9abe9b7b9efbdbdefbda7e9a995efbdb85e |
UHC | ?鷹??驕?^ | 001111111110101111101101001111110011111111001110111101100011111101011110 | 3febed3f3fcef63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)