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 | 善洩秧善洩 | 10010001010100001000100101101011111000100101111010010001010100001000100101101011 | 9150896be25e9150896b |
| EUC-JP | 善洩秧善洩 | 11000001101100011011000111001100111000111011111111000001101100011011000111001100 | c1b1b1cce3bfc1b1b1cc |
| UTF-8 | 善洩秧善洩 | 111001011001011010000100111001101011010010101001111001111010011110100111111001011001011010000100111001101011010010101001 | e59684e6b4a9e7a7a7e59684e6b4a9 |
| UHC | 善洩秧善洩 | 11100000101111001110000011011101111001001110101111100000101111001110000011011101 | e0bce0dde4ebe0bce0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)