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 | 訟ム猪 | 10001111110101111111100110111100110100011111101101011110 | 8fd7f9bcd1fb5e |
| EUC-JP | 訟?ム? | 101111101101100100111111100011101101000100111111 | bed93f8ed13f |
| UTF-8 | 訟ム猪 | 111010001010100010011111111011101001110010010111111011111011111010010001111011111010100010010110 | e8a89fee9c97efbe91efa896 |
| UHC | 訟??? | 1110000111101000001111110011111100111111 | e1e83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)