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 | 逗攷}逗攷{^ | 1001000010000000100111011011110101111101100100001000000010011101101111010111101101011110 | 90809dbd7d90809dbd7b5e |
EUC-JP | 逗攷}逗攷{^ | 1011111111100000110110101011111101111101101111111110000011011010101111110111101101011110 | bfe0dabf7dbfe0dabf7b5e |
UTF-8 | 逗攷}逗攷{^ | 111010011000000010010111111001101001010010110111011111011110100110000000100101111110011010010100101101110111101101011110 | e98097e694b77de98097e694b77b5e |
UHC | 逗攷}逗攷{^ | 1101010011101000110011011011100101111101110101001110100011001101101110010111101101011110 | d4e8cdb97dd4e8cdb97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)