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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 脱側脱側^ | 100100100100010110010001101001001001001001000101100100011010010001011110 | 924591a4924591a45e |
EUC-JP | 脱側脱側^ | 110000111010011011000010101001101100001110100110110000101010011001011110 | c3a6c2a6c3a6c2a65e |
UTF-8 | 脱側脱側^ | 11101000100001001011000111100101100000011011010011101000100001001011000111100101100000011011010001011110 | e884b1e581b4e884b1e581b45e |
UHC | ?側?側^ | 00111111111101101011000000111111111101101011000001011110 | 3ff6b03ff6b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)