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 | ûEn}ûEn{^ | 1111101101000101100111100110111001111101111110110100010110011110011011100111101101011110 | fb459e6e7dfb459e6e7b5e |
SJIS-WIN | ?E?n}?E?n{^ | 0011111101000101001111110110111001111101001111110100010100111111011011100111101101011110 | 3f453f6e7d3f453f6e7b5e |
EUC-JP | ûE?n}ûE?n{^ | 100011111010101111100101010001010011111101101110011111011000111110101011111001010100010100111111011011100111101101011110 | 8fabe5453f6e7d8fabe5453f6e7b5e |
UTF-8 | ûEn}ûEn{^ | 110000111011101101000101110000101001111001101110011111011100001110111011010001011100001010011110011011100111101101011110 | c3bb45c29e6e7dc3bb45c29e6e7b5e |
UHC | ?E?n}?E?n{^ | 0011111101000101001111110110111001111101001111110100010100111111011011100111101101011110 | 3f453f6e7d3f453f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)