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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 邵滄ォサ | 111001111011100010011111111010011010101110111011 | e7b89fe9abbb |
| EUC-JP | 邵滄ォサ | 1110111010111010110111101110101110001110101010111000111010111011 | eebadeeb8eab8ebb |
| UTF-8 | 邵滄ォサ | 111010011000001010110101111001101011101110000100111011111011110110101011111011111011110110111011 | e982b5e6bb84efbdabefbdbb |
| UHC | 邵滄?? | 111000011101000011110011111001110011111100111111 | e1d0f3e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)