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 | 癲??日? | 11100001100111110011111100111111100100111111101000111111 | e19f3f3f93fa3f |
| EUC-JP | 癲??日? | 11100010101000010011111100111111110001101111110000111111 | e2a13f3fc6fc3f |
| UTF-8 | 癲띾틷日둆 | 111001111001100110110010111010111001110110111110111011011000101110110111111001101001011110100101111010111001000110000110 | e799b2eb9dbeed8bb7e697a5eb9186 |
| UHC | 癲띾틷日둆 | 11101111101001101000110111101011101110101001111011101100111011011000101001000010 | efa68debba9eeced8a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)