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 | ìû§ê³ | 111011001111101110001110101001111110101010110011 | ecfb8ea7eab3 |
SJIS-WIN | ???§?? | 00111111001111110011111110000001100110000011111100111111 | 3f3f3f81983f3f |
EUC-JP | ìû?§ê? | 10001111101010111100000010001111101010111110010100111111101000011111100010001111101010111011010000111111 | 8fabc08fabe53fa1f88fabb43f |
UTF-8 | ìû§ê³ | 110000111010110011000011101110111100001010001110110000101010011111000011101010101100001010110011 | c3acc3bbc28ec2a7c3aac2b3 |
UHC | ???§?³ | 0011111100111111001111111010000111010111001111111010100111111000 | 3f3f3fa1d73fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)