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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鶸灌輒稙鶻 | 11101010010100111001111111110011111001110110101111100010011001011110101001010010 | ea539ff3e76be265ea52 |
| EUC-JP | 鶸灌輒稙鶻 | 11110011101101001101111011110101111011011100110011100011110001101111001110110011 | f3b4def5edcce3c6f3b3 |
| UTF-8 | 鶸灌輒稙鶻 | 111010011011011010111000111001111000000110001100111010001011110010010010111001111010100010011001111010011011011010111011 | e9b6b8e7818ce8bc92e7a899e9b6bb |
| UHC | ?灌輒稙? | 0011111111001110101101001111010011100101111100101100001000111111 | 3fceb4f4e5f2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)