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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 莎縁十h莎 | 111001001011001110001001100011111000111101011100011010001110010010110011 | e4b3898f8f5c68e4b3 |
EUC-JP | 莎縁十h莎 | 111010001011010110110001111011111011110110111101011010001110100010110101 | e8b5b1efbdbd68e8b5 |
UTF-8 | 莎縁十h莎 | 11101000100011101000111011100111101110001000000111100101100011011000000101101000111010001000111010001110 | e88e8ee7b881e58d8168e88e8e |
UHC | 莎?十h莎 | 1101111011101101001111111110010010101000011010001101111011101101 | deed3fe4a868deed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)