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 | 褌護凹^ | 11100101111011001000110011101100100010011001101001011110 | e5ec8cec899a5e |
| EUC-JP | 褌護凹^ | 11101010111011101011100011101110101100011111101001011110 | eaeeb8eeb1fa5e |
| UTF-8 | 褌護凹^ | 11101000101001001000110011101000101011011011011111100101100001111011100101011110 | e8a48ce8adb7e587b95e |
| UHC | ?護凹^ | 001111111111101111011110111010001110101001011110 | 3ffbdee8ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)