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 | 盪礫粃 | 111000011011100111100010010010011110001011100001 | e1b9e249e2e1 |
EUC-JP | 盪礫粃 | 111000101011101111100011101010101110010011100011 | e2bbe3aae4e3 |
UTF-8 | 盪礫粃 | 111001111001101110101010111001111010010010101011111001111011001010000011 | e79baae7a4abe7b283 |
UHC | ?礫粃 | 0011111111010101111110001101110111111011 | 3fd5f8ddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)