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 | ÙhÙh | 100110111101100101101000100110111101100101101000 | 9bd9689bd968 |
SJIS-WIN | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
EUC-JP | ?Ùh?Ùh | 00111111100011111010101011100011011010000011111110001111101010101110001101101000 | 3f8faae3683f8faae368 |
UTF-8 | ÙhÙh | 11000010100110111100001110011001011010001100001010011011110000111001100101101000 | c29bc39968c29bc39968 |
UHC | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)