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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 錫?淞錫?贖 | 10001110111000000011111110011111110000101000111011100000001111111110011011011100 | 8ee03f9fc28ee03fe6dc |
| EUC-JP | 錫?淞錫?贖 | 10111100111000100011111111011110110001001011110011100010001111111110110011011110 | bce23fdec4bce23fecde |
| UTF-8 | 錫卨淞錫卨贖 | 111010011000110010101011111001011000110110101000111001101011011110011110111010011000110010101011111001011000110110101000111010001011010010010110 | e98cabe58da8e6b79ee98cabe58da8e8b496 |
| UHC | 錫卨淞錫卨贖 | 111000001011100011100000110110011110000111100111111000001011100011100000110110011110000111011011 | e0b8e0d9e1e7e0b8e0d9e1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)