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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逞ー逞ーB | 11100111100101111011000011100111100101111011000001000010 | e797b0e797b042 |
EUC-JP | 逞ー逞ーB | 111011011111011110001110101100001110110111110111100011101011000001000010 | edf78eb0edf78eb042 |
UTF-8 | 逞ー逞ーB | 11101001100000001001111011101111101111011011000011101001100000001001111011101111101111011011000001000010 | e9809eefbdb0e9809eefbdb042 |
UHC | 逞?逞?B | 11010110110000010011111111010110110000010011111101000010 | d6c13fd6c13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)