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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 銀??^ | 1000101111100010001111110011111101011110 | 8be23f3f5e |
| EUC-JP | 銀??^ | 1011011011100100001111110011111101011110 | b6e43f3f5e |
| UTF-8 | 銀댁뇖^ | 11101001100010101000000011101011100011001000000111101011100001111001011001011110 | e98a80eb8c81eb87965e |
| UHC | 銀댁뇖^ | 11101011110111101011010011101100100001111000000101011110 | ebdeb4ec87815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)