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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?龍 | 001111111001011110110100 | 3f97b4 |
EUC-JP | ?龍 | 001111111100111010110110 | 3fceb6 |
UTF-8 | 卽龍 | 111001011000110110111101111010011011111010001101 | e58dbde9be8d |
UHC | 卽龍 | 11110001111011011101011110100011 | f1edd7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)