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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 」鳧 | 1111010110111000101000111110100111101000 | f5b8a3e9e8 |
EUC-JP | ?」鳧 | 0011111110001110101000111111001011101010 | 3f8ea3f2ea |
UTF-8 | 」鳧 | 111011101001000010100011111011111011110110100011111010011011001110100111 | ee90a3efbda3e9b3a7 |
UHC | ??鳧 | 00111111001111111101110111000000 | 3f3fddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)