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 | çå¾ê¹ ì³ | 1110011111100101101111101110101010111001100001011110110010110011 | e7e5beeab985ecb3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | çå?ê??ì? | 10001111101010111010111010001111101010111010100100111111100011111010101110110100001111110011111110001111101010111100000000111111 | 8fabae8faba93f8fabb43f3f8fabc03f |
UTF-8 | çå¾ê¹ ì³ | 11000011101001111100001110100101110000101011111011000011101010101100001010111001110000101000010111000011101011001100001010110011 | c3a7c3a5c2bec3aac2b9c285c3acc2b3 |
UHC | ??¾?¹??³ | 0011111100111111101010001111101000111111101010011111011000111111001111111010100111111000 | 3f3fa8fa3fa9f63f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)