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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 蔵巽~ | 1001000110100000100100100100011001111110 | 91a092467e |
EUC-JP | 蔵巽~ | 1100001010100010110000111010011101111110 | c2a2c3a77e |
UTF-8 | 蔵巽~ | 11101000100101001011010111100101101101111011110101111110 | e894b5e5b7bd7e |
UHC | ?巽~ | 00111111111000011101111001111110 | 3fe1de7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)