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 | 荳紋ク烹 | 11100100101110001001011011100100101110001001011001000010 | e4b896e4b89642 |
| EUC-JP | 荳紋ク烹 | 1110100010111010110011001110011010001110101110001100101110100011 | e8bacce68eb8cba3 |
| UTF-8 | 荳紋ク烹 | 111010001000110110110011111001111011010010001011111011111011110110111000111001111000001110111001 | e88db3e7b48befbdb8e783b9 |
| UHC | 荳紋?烹 | 11010100111001011101101010100011001111111111100010110010 | d4e5daa33ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)