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 | 悉梧}悉梧{^ | 1000111010111011100011001110011001111101100011101011101110001100111001100111101101011110 | 8ebb8ce67d8ebb8ce67b5e |
EUC-JP | 悉梧}悉梧{^ | 1011110010111101101110001110100001111101101111001011110110111000111010000111101101011110 | bcbdb8e87dbcbdb8e87b5e |
UTF-8 | 悉梧}悉梧{^ | 111001101000001010001001111001101010001010100111011111011110011010000010100010011110011010100010101001110111101101011110 | e68289e6a2a77de68289e6a2a77b5e |
UHC | 悉梧}悉梧{^ | 1110001111111010111001111111110001111101111000111111101011100111111111000111101101011110 | e3fae7fc7de3fae7fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)