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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 膈暑晦觧 | 1110010001001100100011111000101110001010010000011110011001011010 | e44c8f8b8a41e65a |
| EUC-JP | 膈暑晦觧 | 1110011110101101101111011110101110110011101000101110101110111011 | e7adbdebb3a2ebbb |
| UTF-8 | 膈暑晦觧 | 111010001000011010001000111001101001101010010001111001101001100110100110111010001010011110100111 | e88688e69a91e699a6e8a7a7 |
| UHC | 膈暑晦? | 11001100101011101101111111110100111111001110010000111111 | ccaedff4fce43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)