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 | Ñ£ä® | 11010001101000111110010010101110 | d1a3e4ae |
SJIS-WIN | ?£?? | 0011111110000001100100100011111100111111 | 3f81923f3f |
EUC-JP | Ñ£ä® | 1000111110101010110100001010000111110010100011111010101110100011100011111010001011101110 | 8faad0a1f28faba38fa2ee |
UTF-8 | Ñ£ä® | 1100001110010001110000101010001111000011101001001100001010101110 | c391c2a3c3a4c2ae |
UHC | ???® | 0011111100111111001111111010001011100111 | 3f3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)