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 | 曜??塋 | 100101110110101000111111001111111001101011001000 | 976a3f3f9ac8 |
EUC-JP | 曜??塋 | 110011011100101100111111001111111101010011001010 | cdcb3f3fd4ca |
UTF-8 | 曜㏆숲塋 | 111001101001101110011100111000111000111110000110111011001000100010110010111001011010000110001011 | e69b9ce38f86ec88b2e5a18b |
UHC | 曜㏆숲塋 | 1110100011111000101001111110111110111101101000111110011110101011 | e8f8a7efbda3e7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)