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 | 謳?弑 | 1110011010010000001111111001110001010101 | e6903f9c55 |
EUC-JP | 謳?弑 | 1110101111110000001111111101011110110110 | ebf03fd7b6 |
UTF-8 | 謳煉弑 | 111010001010110010110011111011111010011010010011111001011011110010010001 | e8acb3efa693e5bc91 |
UHC | 謳煉弑 | 110011111100010011100110110101101110001110111101 | cfc4e6d6e3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)