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 | 薔?渟? | 111001010100101100111111100111111101100100111111 | e54b3f9fd93f |
| EUC-JP | 薔?渟? | 111010011010110000111111110111101101101100111111 | e9ac3fdedb3f |
| UTF-8 | 薔렗渟렖 | 111010001001011010010100111010111010000010010111111001101011100010011111111010111010000010010110 | e89694eba097e6b89feba096 |
| UHC | 薔렗渟렖 | 1110110111111001100011101010110011101111111001011000111010101011 | edf98eacefe58eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)