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 | çºN | 111001111011101010000010100011111000111101001110 | e7ba828f8f4e |
SJIS-WIN | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
EUC-JP | �??N | 10001111101010111010111010001111101000101110101100111111001111110011111101001110 | 8fabae8fa2eb3f3f3f4e |
UTF-8 | çºN | 1100001110100111110000101011101011000010100000101100001010001111110000101000111101001110 | c3a7c2bac282c28fc28f4e |
UHC | ?º???N | 00111111101010001010110000111111001111110011111101001110 | 3fa8ac3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)