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 | çßè£B | 11100111110111111000011011101000100001001010001101000010 | e7df86e884a342 |
SJIS-WIN | ?????£B | 0011111100111111001111110011111100111111100000011001001001000010 | 3f3f3f3f3f819242 |
EUC-JP | çß?è?£B | 1000111110101011101011101000111110101001110011100011111110001111101010111011001000111111101000011111001001000010 | 8fabae8fa9ce3f8fabb23fa1f242 |
UTF-8 | çßè£B | 11000011101001111100001110011111110000101000011011000011101010001100001010000100110000101010001101000010 | c3a7c39fc286c3a8c284c2a342 |
UHC | ?ß????B | 0011111110101001101011000011111100111111001111110011111101000010 | 3fa9ac3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)