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 | êïm | 11101010111011111001111001101101 | eaef9e6d |
SJIS-WIN | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
EUC-JP | êï?m | 1000111110101011101101001000111110101011110000010011111101101101 | 8fabb48fabc13f6d |
UTF-8 | êïm | 11000011101010101100001110101111110000101001111001101101 | c3aac3afc29e6d |
UHC | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)