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 | 陬よ浣^ | 11101000101000111000001011100110100111111010111101011110 | e8a382e69faf5e |
| EUC-JP | 陬よ浣^ | 11110000101001011010010011101000110111101011000101011110 | f0a5a4e8deb15e |
| UTF-8 | 陬よ浣^ | 11101001100110011010110011100011100000101000100011100110101101011010001101011110 | e999ace38288e6b5a35e |
| UHC | ?よ浣^ | 001111111010101011101000111010001100101101011110 | 3faae8e8cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)