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 | 澱?煜?? | 10010011011000100011111111111011010101010011111100111111 | 93623ffb553f3f |
EUC-JP | 澱?煜?? | 1100010111000011001111111000111111001001111111000011111100111111 | c5c33f8fc9fc3f3f |
UTF-8 | 澱렢煜렡流 | 111001101011111010110001111010111010000010100010111001111000010110011100111010111010000010100001111011111010011110001010 | e6beb1eba0a2e7859ceba0a1efa78a |
UHC | 澱렢煜렡流 | 11101110111111101000111010110011111010011111001010001110101100101110101011111100 | eefe8eb3e9f28eb2eafc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)