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 | 謳壁? | 1110011010010000100101011100011100111111 | e69095c73f |
EUC-JP | 謳壁奫 | 11101011111100001100101011001001100011111011100011111101 | ebf0cac98fb8fd |
UTF-8 | 謳壁奫 | 111010001010110010110011111001011010001110000001111001011010010110101011 | e8acb3e5a381e5a5ab |
UHC | 謳壁奫 | 110011111100010011011011111110101110101111000100 | cfc4dbfaebc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)