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 | 意??隱 | 100010001101001100111111001111111110100010101010 | 88d33f3fe8aa |
| EUC-JP | 意??隱 | 101100001101010100111111001111111111000010101100 | b0d53f3ff0ac |
| UTF-8 | 意욜씉隱 | 111001101000010010001111111011001001101010011100111011001001010010001001111010011001101010110001 | e6848fec9a9cec9489e99ab1 |
| UHC | 意욜씉隱 | 1110101111110010101111111110011110011101101000011110101111011111 | ebf2bfe79da1ebdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)