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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?朞?ビ | 001111111001111001001101001111111000001101110010 | 3f9e4d3f8372 |
| EUC-JP | ?朞?ビ | 001111111101101110101110001111111010010111010011 | 3fdbae3fa5d3 |
| UTF-8 | 룵朞卽ビ | 111010111010001110110101111001101001110010011110111001011000110110111101111000111000001110010011 | eba3b5e69c9ee58dbde38393 |
| UHC | 룵朞卽ビ | 1000111110101010110100011010000111110001111011011010101111010011 | 8faad1a1f1edabd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)