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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隘槫頃豢ウ | 111010001010010110011110111001011000110110100000111001101011010010110011 | e8a59ee58da0e6b4b3 |
EUC-JP | 隘槫頃豢ウ | 11110000101001111101110011100111101110101010001011101100101101101000111010110011 | f0a7dce7baa2ecb68eb3 |
UTF-8 | 隘槫頃豢ウ | 111010011001101010011000111001101010011110101011111010011010000010000011111010001011000110100010111011111011110110110011 | e99a98e6a7abe9a083e8b1a2efbdb3 |
UHC | 隘?頃?? | 11100100111101100011111111001100111100010011111100111111 | e4f63fccf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)