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 | 袿鳧腱 | 111001011101110111101001111010001110010001000110 | e5dde9e8e446 |
EUC-JP | 袿鳧腱 | 111010101101111111110010111010101110011110100111 | eadff2eae7a7 |
UTF-8 | 袿鳧腱 | 111010001010001010111111111010011011001110100111111010001000010110110001 | e8a2bfe9b3a7e885b1 |
UHC | ?鳧腱 | 0011111111011101110000001100101111110010 | 3fddc0cbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)