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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 艪延弦A | 11100100100000101000100110000100100011001011011101000001 | e48289848cb741 |
| EUC-JP | 艪延弦A | 11100111111000101011000111100100101110001011100101000001 | e7e2b1e4b8b941 |
| UTF-8 | 艪延弦A | 11101000100010011010101011100101101110111011011011100101101111001010011001000001 | e889aae5bbb6e5bca641 |
| UHC | ?延弦A | 001111111110011011000101111110101101011101000001 | 3fe6c5fad741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)