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 | 高頸}高頸{^ | 1000110110000010111010001111001001111101100011011000001011101000111100100111101101011110 | 8d82e8f27d8d82e8f27b5e |
EUC-JP | 高頸}高頸{^ | 1011100111100010111100001111010001111101101110011110001011110000111101000111101101011110 | b9e2f0f47db9e2f0f47b5e |
UTF-8 | 高頸}高頸{^ | 111010011010101110011000111010011010000010111000011111011110100110101011100110001110100110100000101110000111101101011110 | e9ab98e9a0b87de9ab98e9a0b87b5e |
UHC | 高頸}高頸{^ | 1100110111010100110011001111001001111101110011011101010011001100111100100111101101011110 | cdd4ccf27dcdd4ccf27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)