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 | 竺邪}竺邪{^ | 1000111010110001100011101101011101111101100011101011000110001110110101110111101101011110 | 8eb18ed77d8eb18ed77b5e |
EUC-JP | 竺邪}竺邪{^ | 1011110010110011101111001101100101111101101111001011001110111100110110010111101101011110 | bcb3bcd97dbcb3bcd97b5e |
UTF-8 | 竺邪}竺邪{^ | 111001111010101110111010111010011000001010101010011111011110011110101011101110101110100110000010101010100111101101011110 | e7abbae982aa7de7abbae982aa7b5e |
UHC | 竺邪}竺邪{^ | 1111010111100111110111101111011101111101111101011110011111011110111101110111101101011110 | f5e7def77df5e7def77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)