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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ゥ」ィ\ | 101010011010001110101000111110010110011101011100 | a9a3a8f9675c |
EUC-JP | ゥ」ィ?\ | 1000111010101001100011101010001110001110101010000011111101011100 | 8ea98ea38ea83f5c |
UTF-8 | ゥ」ィ\ | 11101111101111011010100111101111101111011010001111101111101111011010100011101110100110111000001101011100 | efbda9efbda3efbda8ee9b835c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)