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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 阮、鬆題淹\ | 11101000100101101010010011101001101000001001000111101000100111111011100101011100 | e896a4e9a091e89fb95c |
EUC-JP | 阮、鬆題淹\ | 1110111111110110100011101010010011110010101000101100001011101010110111101011101101011100 | eff68ea4f2a2c2eadebb5c |
UTF-8 | 阮、鬆題淹\ | 11101001100110001010111011101111101111011010010011101001101011001000011011101001101000011000110011100110101101111011100101011100 | e998aeefbda4e9ac86e9a18ce6b7b95c |
UHC | 阮??題淹\ | 111010001101011000111111001111111111000010111001111001011111010001011100 | e8d63f3ff0b9e5f45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)