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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 恁??恁ы? | 100111001000110000111111001111111001110010001100100001001000110100111111 | 9c8c3f3f9c8c848d3f |
| EUC-JP | 恁??恁ы? | 110101111110110000111111001111111101011111101100101001111110110100111111 | d7ec3f3fd7eca7ed3f |
| UTF-8 | 恁뀄샄恁ы쉲 | 1110011010000001100000011110101110000000100001001110110010000011100001001110011010000001100000011101000110001011111011001000100110110010 | e68181eb8084ec8384e68181d18bec89b2 |
| UHC | 恁뀄샄恁ы쉲 | 111011001111011010110010111011011001100010110110111011001111011010101100111011011001101010001001 | ecf6b2ed98b6ecf6aced9a89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)