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ç¶ | 11100111010011101110011110110110 | e74ee7b6 |
SJIS-WIN | ?N?¶ | 0011111101001110001111111000000111110111 | 3f4e3f81f7 |
EUC-JP | çNç¶ | 100011111010101110101110010011101000111110101011101011101010001011111001 | 8fabae4e8fabaea2f9 |
UTF-8 | çNç¶ | 11000011101001110100111011000011101001111100001010110110 | c3a74ec3a7c2b6 |
UHC | ?N?¶ | 0011111101001110001111111010001011010010 | 3f4e3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)