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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 琮奉h | 111110110110101010010101111100101000001010001000 | fb6a95f28288 |
EUC-JP | 琮奉h | 10001111110011001011001011001010111101001010001111101000 | 8fccb2caf4a3e8 |
UTF-8 | 琮奉h | 111001111001000010101110111001011010010110001001111011111011110110001000 | e790aee5a589efbd88 |
UHC | 琮奉h | 111100001111100111011100111001011010001111101000 | f0f9dce5a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)