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 | 1000111111000110111101001111101101101101 | 8fc6f4fb6d |
SJIS-WIN | ????m | 0011111100111111001111110011111101101101 | 3f3f3f3f6d |
EUC-JP | ?Æôûm | 0011111110001111101010011010000110001111101010111101010010001111101010111110010101101101 | 3f8fa9a18fabd48fabe56d |
UTF-8 | Æôûm | 110000101000111111000011100001101100001110110100110000111011101101101101 | c28fc386c3b4c3bb6d |
UHC | ?Æ??m | 001111111010100010100001001111110011111101101101 | 3fa8a13f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)