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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 穽??異?e^ | 111000100111011000111111001111111000100011011001001111110110010101011110 | e2763f3f88d93f655e |
EUC-JP | 穽??異?e^ | 111000111101011100111111001111111011000011011011001111110110010101011110 | e3d73f3fb0db3f655e |
UTF-8 | 穽페갖異렢e^ | 1110011110101001101111011110110110001110100110001110101010110000100101101110011110010101101100001110101110100000101000100110010101011110 | e7a9bded8e98eab096e795b0eba0a2655e |
UHC | 穽페갖異렢e^ | 111011111111000011000110111001001011000010101110111011001011011010001110101100110110010101011110 | eff0c6e4b0aeecb68eb3655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)