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 | 灐龍 | 111001111000000110010000111010011011111010001101 | e78190e9be8d |
UHC | 灐龍 | 11111011101001011101011110100011 | fba5d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)