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 | 隱ー螟夊鳩^ | 11101000101010101011000011100101101001001001101011101000100101001011010101011110 | e8aab0e5a49ae894b55e |
EUC-JP | 隱ー螟夊鳩^ | 1111000010101100100011101011000011101010101001101101010011101010110010001011011101011110 | f0ac8eb0eaa6d4eac8b75e |
UTF-8 | 隱ー螟夊鳩^ | 11101001100110101011000111101111101111011011000011101000100111101001111111100101101001001000101011101001101100111010100101011110 | e99ab1efbdb0e89e9fe5a48ae9b3a95e |
UHC | 隱?螟?鳩^ | 111010111101111100111111110110011010110100111111110011111100110101011110 | ebdf3fd9ad3fcfcd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)