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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
| SJIS-WIN | 箒°灰郢 | 1110001010110100100000011000101110001010010001001110011110111001 | e2b4818b8a44e7b9 |
| EUC-JP | 箒°灰郢 | 1110010010110110101000011110101110110011101001011110111010111011 | e4b6a1ebb3a5eebb |
| UTF-8 | 箒°灰郢 | 1110011110101110100100101100001010110000111001111000000110110000111010011000001110100010 | e7ae92c2b0e781b0e983a2 |
| UHC | ?°灰? | 001111111010000111000110111111001110100100111111 | 3fa1c6fce93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)