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 | 癌??巖? | 10001010111000000011111100111111100110111101110000111111 | 8ae03f3f9bdc3f |
| EUC-JP | 癌??巖? | 10110100111000100011111100111111110101101101111000111111 | b4e23f3fd6de3f |
| UTF-8 | 癌귙뙳巖뎵 | 111001111001100110001100111010101011011110011001111010111001100110110011111001011011011110010110111010111000111010110101 | e7998ceab799eb99b3e5b796eb8eb5 |
| UHC | 癌귙뙳巖뎵 | 11100100110111111000001011100011100011001011011011100100110111001000100110001000 | e4df82e38cb6e4dc8988 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)