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 | 奪村賊^ | 10010010010001001001000110111010100100011010111101011110 | 924491ba91af5e |
| EUC-JP | 奪村賊^ | 11000011101001011100001010111100110000101011000101011110 | c3a5c2bcc2b15e |
| UTF-8 | 奪村賊^ | 11100101101001011010101011100110100111011001000111101000101100111000101001011110 | e5a5aae69d91e8b38a5e |
| UHC | 奪村賊^ | 11110111101011001111010110111101111011101110010001011110 | f7acf5bdeee45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)