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 | 梱攷}梱攷{^ | 1000110110101011100111011011110101111101100011011010101110011101101111010111101101011110 | 8dab9dbd7d8dab9dbd7b5e |
EUC-JP | 梱攷}梱攷{^ | 1011101010101101110110101011111101111101101110101010110111011010101111110111101101011110 | baaddabf7dbaaddabf7b5e |
UTF-8 | 梱攷}梱攷{^ | 111001101010001010110001111001101001010010110111011111011110011010100010101100011110011010010100101101110111101101011110 | e6a2b1e694b77de6a2b1e694b77b5e |
UHC | 梱攷}梱攷{^ | 1100110111100001110011011011100101111101110011011110000111001101101110010111101101011110 | cde1cdb97dcde1cdb97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)