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 | 茹常洲 | 111001001010010110001111111011011000111101000110 | e4a58fed8f46 |
| EUC-JP | 茹常洲 | 111010001010011110111110111011111011110110100111 | e8a7beefbda7 |
| UTF-8 | 茹常洲 | 111010001000110010111001111001011011100010111000111001101011010010110010 | e88cb9e5b8b8e6b4b2 |
| UHC | 茹常洲 | 111001101010101011011111110010001111000110111101 | e6aadfc8f1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)