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 | ???逗^ | 001111110011111100111111100100001000000001011110 | 3f3f3f90805e |
| EUC-JP | ???逗^ | 001111110011111100111111101111111110000001011110 | 3f3f3fbfe05e |
| UTF-8 | 저귤저逗^ | 11101100101000001000000011101010101101111010010011101100101000001000000011101001100000001001011101011110 | eca080eab7a4eca080e980975e |
| UHC | 저귤저逗^ | 110000001111101010110001110101101100000011111010110101001110100001011110 | c0fab1d6c0fad4e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)