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 | 111001011100100110011111110101101110010111001001100111111101011001000010 | e5c99fd6e5c99fd642 |
EUC-JP | 衙渫衙渫B | 111010101100101111011110110110001110101011001011110111101101100001000010 | eacbded8eacbded842 |
UTF-8 | 衙渫衙渫B | 11101000101000011001100111100110101110001010101111101000101000011001100111100110101110001010101101000010 | e8a199e6b8abe8a199e6b8ab42 |
UHC | 衙渫衙渫B | 111001001011011111100000110111101110010010110111111000001101111001000010 | e4b7e0dee4b7e0de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)