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 | 萼礫訶 | 111001001101001111100010010010011110011001100100 | e4d3e249e664 |
EUC-JP | 萼礫訶 | 111010001101010111100011101010101110101111000101 | e8d5e3aaebc5 |
UTF-8 | 萼礫訶 | 111010001001000010111100111001111010010010101011111010001010100010110110 | e890bce7a4abe8a8b6 |
UHC | ?礫訶 | 0011111111010101111110001100101010111000 | 3fd5f8cab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)