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 | 篳蟇涇 | 111000101100100011100101101011111111101011111011 | e2c8e5affafb |
EUC-JP | 篳蟇涇 | 11100100110010101110101010110001100011111100011111000111 | e4caeab18fc7c7 |
UTF-8 | 篳蟇涇 | 111001111010111110110011111010001001111110000111111001101011011010000111 | e7afb3e89f87e6b687 |
UHC | ??涇 | 00111111001111111100110011011100 | 3f3fccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)