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 | 訂?汀 | 1001001011111001001111111001001011110011 | 92f93f92f3 |
EUC-JP | 訂?汀 | 1100010011111011001111111100010011110101 | c4fb3fc4f5 |
UTF-8 | 訂렍汀 | 111010001010100010000010111010111010000010001101111001101011000110000000 | e8a882eba08de6b180 |
UHC | 訂렍汀 | 111011111111010010001110101000111110111111100010 | eff48ea3efe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)