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 | ?kF | 001111110110101101000110 | 3f6b46 |
SJIS-WIN | 鴉kF | 11101001111010110110101101000110 | e9eb6b46 |
EUC-JP | 鴉kF | 11110010111011010110101101000110 | f2ed6b46 |
UTF-8 | 鴉kF | 1110100110110100100010010110101101000110 | e9b4896b46 |
UHC | 鴉kF | 11100100101111000110101101000110 | e4bc6b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)