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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隹ソ蝣エ蟯。^ | 11101000101100001011111111100101101000001011010011100101101100101010000101011110 | e8b0bfe5a0b4e5b2a15e |
EUC-JP | 隹ソ蝣エ蟯。^ | 11110000101100101000111010111111111010101010001010001110101101001110101010110100100011101010000101011110 | f0b28ebfeaa28eb4eab48ea15e |
UTF-8 | 隹ソ蝣エ蟯。^ | 11101001100110101011100111101111101111011011111111101000100111011010001111101111101111011011010011101000100111111010111111101111101111011010000101011110 | e99ab9efbdbfe89da3efbdb4e89fafefbda15e |
UHC | ????蟯?^ | 0011111100111111001111110011111111101001101010000011111101011110 | 3f3f3f3fe9a83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)