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 | 10010111010011110110101101000110 | 974f6b46 |
EUC-JP | 涌kF | 11001101101100000110101101000110 | cdb06b46 |
UTF-8 | 涌kF | 1110011010110110100011000110101101000110 | e6b68c6b46 |
UHC | 涌kF | 11101001101111110110101101000110 | e9bf6b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)