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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褂環「逡 | 11100101111001101000101011000010101000101110011110010101 | e5e68ac2a2e795 |
EUC-JP | 褂環「逡 | 1110101011101000101101001100010010001110101000101110110111110101 | eae8b4c48ea2edf5 |
UTF-8 | 褂環「逡 | 111010001010010010000010111001111001001010110000111011111011110110100010111010011000000010100001 | e8a482e792b0efbda2e980a1 |
UHC | ?環?逡 | 001111111111110010111011001111111111000111100100 | 3ffcbb3ff1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)