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 | 瑩琉 | 11100000111100001001011110101110 | e0f097ae |
EUC-JP | 瑩琉 | 11100000111100101100111010110000 | e0f2ceb0 |
UTF-8 | 瑩琉 | 111001111001000110101001111001111001000010001001 | e791a9e79089 |
UHC | 瑩琉 | 11111011101010011101011110111000 | fba9d7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)