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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 舗贔萵^ | 10010101110111001110011011011011111001001110000001011110 | 95dce6dbe4e05e |
| EUC-JP | 舗贔萵^ | 11001010110111101110110011011101111010001110001001011110 | cadeecdde8e25e |
| UTF-8 | 舗贔萵^ | 11101000100010001001011111101000101101001001010011101000100100001011010101011110 | e88897e8b494e890b55e |
| UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)