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 | 第紗賈障? | 100100011110011010001110110100011110011011001001100011111110000100111111 | 91e68ed1e6c98fe13f |
EUC-JP | 第紗賈障? | 110000101110100010111100110100111110110011001011101111101110001100111111 | c2e8bcd3eccbbee33f |
UTF-8 | 第紗賈障렞 | 111001111010110010101100111001111011010010010111111010001011001110001000111010011001101010011100111010111010000010011110 | e7acace7b497e8b388e99a9ceba09e |
UHC | 第紗賈障렞 | 11110000101011111101111011101001110010101011100111101110101000011000111010101111 | f0afdee9cab9eea18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)