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 | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
| SJIS-WIN | 吟?dD | 100010111110000100111111100000101000010001000100 | 8be13f828444 |
| EUC-JP | 吟?dD | 101101101110001100111111101000111110010001000100 | b6e33fa3e444 |
| UTF-8 | 吟㏘dD | 11100101100100001001111111100011100011111001100011101111101111011000010001000100 | e5909fe38f98efbd8444 |
| UHC | 吟㏘dD | 11101011111000011010001011100100101000111110010001000100 | ebe1a2e4a3e444 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)