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 | îì | 11000011101011101100001110101100 | c3aec3ac |
SJIS-WIN | ???¬ | 0011111100111111001111111000000111001010 | 3f3f3f81ca |
EUC-JP | îì | 1000111110101010101010101000111110100010111011101000111110101010101010101010001011001100 | 8faaaa8fa2ee8faaaaa2cc |
UTF-8 | îì | 1100001110000011110000101010111011000011100000111100001010101100 | c383c2aec383c2ac |
UHC | ?®?? | 0011111110100010111001110011111100111111 | 3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)