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 | 腱頸}腱頸{^ | 1110010001000110111010001111001001111101111001000100011011101000111100100111101101011110 | e446e8f27de446e8f27b5e |
EUC-JP | 腱頸}腱頸{^ | 1110011110100111111100001111010001111101111001111010011111110000111101000111101101011110 | e7a7f0f47de7a7f0f47b5e |
UTF-8 | 腱頸}腱頸{^ | 111010001000010110110001111010011010000010111000011111011110100010000101101100011110100110100000101110000111101101011110 | e885b1e9a0b87de885b1e9a0b87b5e |
UHC | 腱頸}腱頸{^ | 1100101111110010110011001111001001111101110010111111001011001100111100100111101101011110 | cbf2ccf27dcbf2ccf27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)