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 | 螂活┃ | 111001011010010110001010100010001000010010101011 | e5a58a8884ab |
| EUC-JP | 螂活┃ | 111010101010011110110011111010001010100010101101 | eaa7b3e8a8ad |
| UTF-8 | 螂活┃ | 111010001001111010000010111001101011010010111011111000101001010010000011 | e89e82e6b4bbe29483 |
| UHC | 螂活┃ | 110101011100110011111100110000001010011010101101 | d5ccfcc0a6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)