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 | êìç´° | 111010101110110010001110111001111011010010110000 | eaec8ee7b4b0 |
SJIS-WIN | ????´° | 0011111100111111001111110011111110000001010011001000000110001011 | 3f3f3f3f814c818b |
EUC-JP | êì?ç´° | 1000111110101011101101001000111110101011110000000011111110001111101010111010111010100001101011011010000111101011 | 8fabb48fabc03f8fabaea1ada1eb |
UTF-8 | êìç´° | 110000111010101011000011101011001100001010001110110000111010011111000010101101001100001010110000 | c3aac3acc28ec3a7c2b4c2b0 |
UHC | ????´° | 0011111100111111001111110011111110100010101001011010000111000110 | 3f3f3f3fa2a5a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)