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 | 琮脈 | 11111011011010101001011010101100 | fb6a96ac |
EUC-JP | 琮脈 | 1000111111001100101100101100110010101110 | 8fccb2ccae |
UTF-8 | 琮脈 | 111001111001000010101110111010001000010010001000 | e790aee88488 |
UHC | 琮脈 | 11110000111110011101100011100110 | f0f9d8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)