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 | ?®???? | 001111111010111000111111001111110011111100111111 | 3fae3f3f3f3f |
SJIS-WIN | 暲???愿? | 1111101011011100001111110011111100111111100111001100001100111111 | fadc3f3f3f9cc33f |
EUC-JP | 暲®??愿? | 1000111111000010110110111000111110100010111011100011111100111111110110001100010100111111 | 8fc2db8fa2ee3f3fd8c53f |
UTF-8 | 暲®렜렍愿렖 | 1110011010011010101100101100001010101110111010111010000010011100111010111010000010001101111001101000010010111111111010111010000010010110 | e69ab2c2aeeba09ceba08de684bfeba096 |
UHC | 暲®렜렍愿렖 | 111011011110011110100010111001111000111010101110100011101010001111101010101101001000111010101011 | ede7a2e78eae8ea3eab48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)