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 | 鷹??^ | 1001000111101001001111110011111101011110 | 91e93f3f5e |
EUC-JP | 鷹??^ | 1100001011101011001111110011111101011110 | c2eb3f3f5e |
UTF-8 | 鷹녺쿊^ | 11101001101101111011100111101011100001011011101011101100101111111000101001011110 | e9b7b9eb85baecbf8a5e |
UHC | 鷹녺쿊^ | 11101011111011011000011011100111101100101001111101011110 | ebed86e7b29f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)