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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ∵???ビ | 10000001111001100011111100111111001111111000001101110010 | 81e63f3f3f8372 |
| EUC-JP | ∵???ビ | 10100010111010000011111100111111001111111010010111010011 | a2e83f3f3fa5d3 |
| UTF-8 | ∵룫뇟캀ビ | 111000101000100010110101111010111010001110101011111010111000011110011111111011001011101010000000111000111000001110010011 | e288b5eba3abeb879fecba80e38393 |
| UHC | ∵룫뇟캀ビ | 10100001111100011000111110100010101101001010000110101111100011111010101111010011 | a1f18fa2b4a1af8fabd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)