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 | ??O | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | 竝箒O | 1110001010001101111000101011010001001111 | e28de2b44f |
| EUC-JP | 竝箒O | 1110001111101101111001001011011001001111 | e3ede4b64f |
| UTF-8 | 竝箒O | 11100111101010111001110111100111101011101001001001001111 | e7ab9de7ae924f |
| UHC | 竝?O | 11011100101111010011111101001111 | dcbd3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)