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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 脱卒孫^ | 10010010010001011001000110110010100100011011011101011110 | 924591b291b75e |
EUC-JP | 脱卒孫^ | 11000011101001101100001010110100110000101011100101011110 | c3a6c2b4c2b95e |
UTF-8 | 脱卒孫^ | 11101000100001001011000111100101100011011001001011100101101011011010101101011110 | e884b1e58d92e5adab5e |
UHC | ?卒孫^ | 001111111111000011101111111000011101110101011110 | 3ff0efe1dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)