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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 銘?F | 10010110110000010011111101000110 | 96c13f46 |
EUC-JP | 銘?F | 11001100110000110011111101000110 | ccc33f46 |
UTF-8 | 銘쨉F | 11101001100010101001100011101100101010001000100101000110 | e98a98eca88946 |
UHC | 銘쨉F | 1101100110101111110000101011010101000110 | d9afc2b546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)