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 | çý¬ê? | 1110011111111101101011001110101000111111 | e7fdacea3f |
SJIS-WIN | ??¬?- | 00111111001111111000000111001010001111111000000101111100 | 3f3f81ca3f817c |
EUC-JP | çý¬ê− | 10001111101010111010111010001111101010111111001010100010110011001000111110101011101101001010000111011101 | 8fabae8fabf2a2cc8fabb4a1dd |
UTF-8 | çý¬ê− | 1100001110100111110000111011110111000010101011001100001110101010111000101000100010010010 | c3a7c3bdc2acc3aae28892 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)