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 | 要ら?瓮 | 10010111011101101000001011100111001111111110000101000100 | 977682e73fe144 |
| EUC-JP | 要ら?瓮 | 11001101110101111010010011101001001111111110000110100101 | cdd7a4e93fe1a5 |
| UTF-8 | 要ら댋瓮 | 111010001010011010000001111000111000001010001001111010111000110010001011111001111001001110101110 | e8a681e38289eb8c8be793ae |
| UHC | 要ら댋瓮 | 1110100110101001101010101110100110001000101101001110100010110111 | e9a9aae988b4e8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)