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 | ¾¹êý] | 1011111010111001111010101111110101011101 | beb9eafd5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ??êý] | 001111110011111110001111101010111011010010001111101010111111001001011101 | 3f3f8fabb48fabf25d |
UTF-8 | ¾¹êý] | 110000101011111011000010101110011100001110101010110000111011110101011101 | c2bec2b9c3aac3bd5d |
UHC | ¾¹??] | 10101000111110101010100111110110001111110011111101011101 | a8faa9f63f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)