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 | çõ¥ëêí | 1110011111110101101001011110101110001101100000111110101011101101 | e7f5a5eb8d83eaed |
SJIS-WIN | ??¥????? | 001111110011111110000001100011110011111100111111001111110011111100111111 | 3f3f818f3f3f3f3f3f |
EUC-JP | çõ?ë??êí | 100011111010101110101110100011111010101111011000001111111000111110101011101100110011111100111111100011111010101110110100100011111010101110111111 | 8fabae8fabd83f8fabb33f3f8fabb48fabbf |
UTF-8 | çõ¥ëêí | 11000011101001111100001110110101110000101010010111000011101010111100001010001101110000101000001111000011101010101100001110101101 | c3a7c3b5c2a5c3abc28dc283c3aac3ad |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)