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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 從霽}從霽{^ | 1001110001101110111010001100011101111101100111000110111011101000110001110111101101011110 | 9c6ee8c77d9c6ee8c77b5e |
EUC-JP | 從霽}從霽{^ | 1101011111001111111100001100100101111101110101111100111111110000110010010111101101011110 | d7cff0c97dd7cff0c97b5e |
UTF-8 | 從霽}從霽{^ | 111001011011111010011110111010011001110010111101011111011110010110111110100111101110100110011100101111010111101101011110 | e5be9ee99cbd7de5be9ee99cbd7b5e |
UHC | 從霽}從霽{^ | 1111000011110100111100001011100001111101111100001111010011110000101110000111101101011110 | f0f4f0b87df0f4f0b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)