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 | Ùµýðß\ | 10001111110110011011010111111101111100001101111101011100 | 8fd9b5fdf0df5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ?Ù?ýðß\ | 001111111000111110101010111000110011111110001111101010111111001010001111101010011100001110001111101010011100111001011100 | 3f8faae33f8fabf28fa9c38fa9ce5c |
UTF-8 | Ùµýðß\ | 11000010100011111100001110011001110000101011010111000011101111011100001110110000110000111001111101011100 | c28fc399c2b5c3bdc3b0c39f5c |
UHC | ????ðß\ | 001111110011111100111111001111111010100110100011101010011010110001011100 | 3f3f3f3fa9a3a9ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)