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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 吟?瀞?^ | 10001011111000010011111110010011110100100011111101011110 | 8be13f93d23f5e |
| EUC-JP | 吟?瀞?^ | 10110110111000110011111111000110110101000011111101011110 | b6e33fc6d43f5e |
| UTF-8 | 吟렞瀞텅^ | 11100101100100001001111111101011101000001001111011100111100000001001111011101101100001011000010101011110 | e5909feba09ee7809eed85855e |
| UHC | 吟렞瀞텅^ | 111010111110000110001110101011111110111111100111110001011101011001011110 | ebe18eafefe7c5d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)