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^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 塋??e^ | 100110101100100000111111001111110110010101011110 | 9ac83f3f655e |
EUC-JP | 塋??e^ | 110101001100101000111111001111110110010101011110 | d4ca3f3f655e |
UTF-8 | 塋븃뻗e^ | 1110010110100001100010111110101110111000100000111110101110111011100101110110010101011110 | e5a18bebb883ebbb97655e |
UHC | 塋븃뻗e^ | 1110011110101011101110101110100010111011101110000110010101011110 | e7abbae8bbb8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)