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 | ????§? | 001111110011111100111111001111111010011100111111 | 3f3f3f3fa73f |
SJIS-WIN | 邨守「√§隍 | 1110011110110101100011101110011110100010100000011110001110000001100110001110100010100100 | e7b58ee7a281e38198e8a4 |
EUC-JP | 邨守「√§隍 | 111011101011011110111100111010011000111010100010101000101110010110100001111110001111000010100110 | eeb7bce98ea2a2e5a1f8f0a6 |
UTF-8 | 邨守「√§隍 | 1110100110000010101010001110010110101110100010001110111110111101101000101110001010001000100110101100001010100111111010011001101010001101 | e982a8e5ae88efbda2e2889ac2a7e99a8d |
UHC | 邨守?√§隍 | 1111010110111110111000011111101000111111101000011110111010100001110101111111110011011011 | f5bee1fa3fa1eea1d7fcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)