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 | 湲?已 | 1001111111010001001111111001101111011111 | 9fd13f9bdf |
| EUC-JP | 湲?已 | 1101111011010011001111111101011011100001 | ded33fd6e1 |
| UTF-8 | 湲렪已 | 111001101011100110110010111010111010000010101010111001011011011110110010 | e6b9b2eba0aae5b7b2 |
| UHC | 湲렪已 | 111010101011100010001110101110001110110010101011 | eab88eb8ecab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)