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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曜??愿 | 100101110110101000111111001111111001110011000011 | 976a3f3f9cc3 |
EUC-JP | 曜??愿 | 110011011100101100111111001111111101100011000101 | cdcb3f3fd8c5 |
UTF-8 | 曜섎쓷愿 | 111001101001101110011100111011001000010010001110111011001001001110110111111001101000010010111111 | e69b9cec848eec93b7e684bf |
UHC | 曜섎쓷愿 | 1110100011111000100110001110101110011101100101001110101010110100 | e8f898eb9d94eab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)