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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??芝?願^ | 0011111100111111100011101100010100111111100010101110100001011110 | 3f3f8ec53f8ae85e |
EUC-JP | ??芝?願^ | 0011111100111111101111001100011100111111101101001110101001011110 | 3f3fbcc73fb4ea5e |
UTF-8 | 롗롚芝뤷願^ | 11101011101000011001011111101011101000011001101011101000100010101001110111101011101001001011011111101001101000011001100001011110 | eba197eba19ae88a9deba4b7e9a1985e |
UHC | 롗롚芝뤷願^ | 1000111011011011100011101101111011110010101110011000111111100101111010101100001101011110 | 8edb8edef2b98fe5eac35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)