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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 隲槭Η籬稿^ | 1110100010101011100111101110001110000011101001011110001011011111100011010110010101011110 | e8ab9ee383a5e2df8d655e |
EUC-JP | 隲槭Η籬稿^ | 1111000010101101110111001110010110100110101001111110010011100001101110011100011001011110 | f0addce5a6a7e4e1b9c65e |
UTF-8 | 隲槭Η籬稿^ | 111010011001101010110010111001101010011110101101110011101001011111100111101100011010110011100111101010001011111101011110 | e99ab2e6a7adce97e7b1ace7a8bf5e |
UHC | ??Η籬稿^ | 001111110011111110100101110001111101011111100110110011011100001101011110 | 3f3fa5c7d7e6cdc35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)