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 | 獻聰狃牴 | 1110000011011001111000111110000011100000101110111110000010110000 | e0d9e3e0e0bbe0b0 |
| EUC-JP | 獻聰狃牴 | 1110000011011011111001101110001011100000101111011110000010110010 | e0dbe6e2e0bde0b2 |
| UTF-8 | 獻聰狃牴 | 111001111000110110111011111010001000000110110000111001111000101110000011111001111000100110110100 | e78dbbe881b0e78b83e789b4 |
| UHC | 獻聰?? | 111110101100110011110101110001100011111100111111 | faccf5c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)