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 | 隲槭Η縺稿^ | 1110100010101011100111101110001110000011101001011110001110000001100011010110010101011110 | e8ab9ee383a5e3818d655e |
EUC-JP | 隲槭Η縺稿^ | 1111000010101101110111001110010110100110101001111110010111100001101110011100011001011110 | f0addce5a6a7e5e1b9c65e |
UTF-8 | 隲槭Η縺稿^ | 111010011001101010110010111001101010011110101101110011101001011111100111101110001011101011100111101010001011111101011110 | e99ab2e6a7adce97e7b8bae7a8bf5e |
UHC | ??Η?稿^ | 0011111100111111101001011100011100111111110011011100001101011110 | 3f3fa5c73fcdc35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)