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 | 耨モ。簔 | 1111011110100111111000111101001111010011101000011110001011000001 | f7a7e3d3d3a1e2c1 |
| EUC-JP | ?耨モ。簔 | 001111111110011011010101100011101101001110001110101000011110010011000011 | 3fe6d58ed38ea1e4c3 |
| UTF-8 | 耨モ。簔 | 111011101001011010001010111010001000000010101000111011111011111010010011111011111011110110100001111001111011000010010100 | ee968ae880a8efbe93efbda1e7b094 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)