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 | êê맰 | 111010101110101010011010111010111010011110110000 | eaea9aeba7b0 |
SJIS-WIN | ????§° | 0011111100111111001111110011111110000001100110001000000110001011 | 3f3f3f3f8198818b |
EUC-JP | êê?맰 | 1000111110101011101101001000111110101011101101000011111110001111101010111011001110100001111110001010000111101011 | 8fabb48fabb43f8fabb3a1f8a1eb |
UTF-8 | êê맰 | 110000111010101011000011101010101100001010011010110000111010101111000010101001111100001010110000 | c3aac3aac29ac3abc2a7c2b0 |
UHC | ????§° | 0011111100111111001111110011111110100001110101111010000111000110 | 3f3f3f3fa1d7a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)