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 | 堊?ぎ | 1001101010111111001111111000001010101100 | 9abf3f82ac |
| EUC-JP | 堊?ぎ | 1101010011000001001111111010010010101110 | d4c13fa4ae |
| UTF-8 | 堊곭ぎ | 111001011010000010001010111010101011001110101101111000111000000110001110 | e5a08aeab3ade3818e |
| UHC | 堊곭ぎ | 111001001011111010000001111001111010101010101110 | e4be81e7aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)