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 | 襾活┃ | 111001100100011110001010100010001000010010101011 | e6478a8884ab |
| EUC-JP | 襾活┃ | 111010111010100010110011111010001010100010101101 | eba8b3e8a8ad |
| UTF-8 | 襾活┃ | 111010001010010110111110111001101011010010111011111000101001010010000011 | e8a5bee6b4bbe29483 |
| UHC | ?活┃ | 0011111111111100110000001010011010101101 | 3ffcc0a6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)