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 | ê¼´}ê¼´{^ | 111010101011110010110100011111011110101010111100101101000111101101011110 | eabcb47deabcb47b5e |
SJIS-WIN | ??´}??´{^ | 0011111100111111100000010100110001111101001111110011111110000001010011000111101101011110 | 3f3f814c7d3f3f814c7b5e |
EUC-JP | ê?´}ê?´{^ | 100011111010101110110100001111111010000110101101011111011000111110101011101101000011111110100001101011010111101101011110 | 8fabb43fa1ad7d8fabb43fa1ad7b5e |
UTF-8 | ê¼´}ê¼´{^ | 110000111010101011000010101111001100001010110100011111011100001110101010110000101011110011000010101101000111101101011110 | c3aac2bcc2b47dc3aac2bcc2b47b5e |
UHC | ?¼´}?¼´{^ | 00111111101010001111100110100010101001010111110100111111101010001111100110100010101001010111101101011110 | 3fa8f9a2a57d3fa8f9a2a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)