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 | æíiQ] | 111001101110110110001000011010010101000101011101 | e6ed8869515d |
SJIS-WIN | ???iQ] | 001111110011111100111111011010010101000101011101 | 3f3f3f69515d |
EUC-JP | æí?iQ] | 10001111101010011100000110001111101010111011111100111111011010010101000101011101 | 8fa9c18fabbf3f69515d |
UTF-8 | æíiQ] | 110000111010011011000011101011011100001010001000011010010101000101011101 | c3a6c3adc28869515d |
UHC | æ??iQ] | 10101001101000010011111100111111011010010101000101011101 | a9a13f3f69515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)