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^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ???張??e^ | 001111110011111100111111100100101010001100111111001111110110010101011110 | 3f3f3f92a33f3f655e |
EUC-JP | ???張??e^ | 001111110011111100111111110001001010010100111111001111110110010101011110 | 3f3f3fc4a53f3f655e |
UTF-8 | 呂볣뀒張곁룑e^ | 1110111110100110100000001110101110110011101000111110101110000000100100101110010110111100101101011110101010110011100000011110101110100011100100010110010101011110 | efa680ebb3a3eb8092e5bcb5eab381eba391655e |
UHC | 呂볣뀒張곁룑e^ | 1110010111111011100100111110100110000101100011001110110111100101101100001110011110001111100011100110010101011110 | e5fb93e9858cede5b0e78f8e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)