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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 奪村形^ | 10010010010001001001000110111010100011000110000001011110 | 924491ba8c605e |
| EUC-JP | 奪村形^ | 11000011101001011100001010111100101101111100000101011110 | c3a5c2bcb7c15e |
| UTF-8 | 奪村形^ | 11100101101001011010101011100110100111011001000111100101101111011010001001011110 | e5a5aae69d91e5bda25e |
| UHC | 奪村形^ | 11110111101011001111010110111101111110111010000101011110 | f7acf5bdfba15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)