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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 盪礫励 | 111000011011100111100010010010011001011111100011 | e1b9e24997e3 |
EUC-JP | 盪礫励 | 111000101011101111100011101010101100111011100101 | e2bbe3aacee5 |
UTF-8 | 盪礫励 | 111001111001101110101010111001111010010010101011111001011000101010110001 | e79baae7a4abe58ab1 |
UHC | ?礫? | 00111111110101011111100000111111 | 3fd5f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)