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 | 渹質胚自射 | 11111011010001101000111010111111111000111111001110001110101010011000111011001011 | fb468ebfe3f38ea98ecb |
EUC-JP | 渹質胚自射 | 1000111111000111111011101011110011000001111001101111010110111100101010111011110011001101 | 8fc7eebcc1e6f5bcabbccd |
UTF-8 | 渹質胚自射 | 111001101011100010111001111010001011001110101010111010001000001110011010111010001000011110101010111001011011000010000100 | e6b8b9e8b3aae8839ae887aae5b084 |
UHC | ?質胚自射 | 001111111111001011110101110110111100111111101101101110111101111011010010 | 3ff2f5dbcfedbbded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)