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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 儲勘〓 | 100101101101011110001010101010001000000110101100 | 96d78aa881ac |
| EUC-JP | 儲勘〓 | 110011001101100110110100101010101010001010101110 | ccd9b4aaa2ae |
| UTF-8 | 儲勘〓 | 111001011000010010110010111001011000101110011000111000111000000010010011 | e584b2e58b98e38093 |
| UHC | 儲勘〓 | 111011101011100111001010111010111010000111101011 | eeb9caeba1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)