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 | 琮龍 | 11111011011010101001011110110100 | fb6a97b4 |
EUC-JP | 琮龍 | 1000111111001100101100101100111010110110 | 8fccb2ceb6 |
UTF-8 | 琮龍 | 111001111001000010101110111010011011111010001101 | e790aee9be8d |
UHC | 琮龍 | 11110000111110011101011110100011 | f0f9d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)