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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 悉悉F | 111100001010011010001110101110111111000010100110100011101011101101000110 | f0a68ebbf0a68ebb46 |
EUC-JP | ?悉?悉F | 00111111101111001011110100111111101111001011110101000110 | 3fbcbd3fbcbd46 |
UTF-8 | 悉悉F | 11101110100000011010010111100110100000101000100111101110100000011010010111100110100000101000100101000110 | ee81a5e68289ee81a5e6828946 |
UHC | ?悉?悉F | 00111111111000111111101000111111111000111111101001000110 | 3fe3fa3fe3fa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)