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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 只貊▲障? | 100100011111110011100110101110111000000110100011100011111110000100111111 | 91fce6bb81a38fe13f |
EUC-JP | 只貊▲障? | 110000101111111011101100101111011010001010100101101111101110001100111111 | c2feecbda2a5bee33f |
UTF-8 | 只貊▲障렒 | 111001011000111110101010111010001011001010001010111000101001011010110010111010011001101010011100111010111010000010010010 | e58faae8b28ae296b2e99a9ceba092 |
UHC | 只貊▲障렒 | 11110001111111101101100011100111101000011110001111101110101000011000111010100111 | f1fed8e7a1e3eea18ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)