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 | çý¬èçý | 1110011111111101101011001110100010010011100110101110011111111101 | e7fdace8939ae7fd |
SJIS-WIN | ??¬????? | 001111110011111110000001110010100011111100111111001111110011111100111111 | 3f3f81ca3f3f3f3f3f |
EUC-JP | çý¬è??çý | 10001111101010111010111010001111101010111111001010100010110011001000111110101011101100100011111100111111100011111010101110101110100011111010101111110010 | 8fabae8fabf2a2cc8fabb23f3f8fabae8fabf2 |
UTF-8 | çý¬èçý | 11000011101001111100001110111101110000101010110011000011101010001100001010010011110000101001101011000011101001111100001110111101 | c3a7c3bdc2acc3a8c293c29ac3a7c3bd |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)