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 | ê÷¾î | 11101010111101111011111011101110 | eaf7beee |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | ê÷?î | 100011111010101110110100101000011110000000111111100011111010101111000010 | 8fabb4a1e03f8fabc2 |
UTF-8 | ê÷¾î | 1100001110101010110000111011011111000010101111101100001110101110 | c3aac3b7c2bec3ae |
UHC | ?÷¾? | 001111111010000111000000101010001111101000111111 | 3fa1c0a8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)