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 | 謳懷沁 | 111001101001000010011100111001011001111110001110 | e6909ce59f8e |
EUC-JP | 謳懷沁 | 111010111111000011011000111001111101110111101110 | ebf0d8e7ddee |
UTF-8 | 謳懷沁 | 111010001010110010110011111001101000011110110111111001101011001010000001 | e8acb3e687b7e6b281 |
UHC | 謳懷沁 | 110011111100010011111100111000111110001111111110 | cfc4fce3e3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)