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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 邁邁^ | 1110011110110000111001111011000001011110 | e7b0e7b05e |
EUC-JP | 邁邁^ | 1110111010110010111011101011001001011110 | eeb2eeb25e |
UTF-8 | 邁邁^ | 11101001100000101000000111101001100000101000000101011110 | e98281e982815e |
UHC | 邁邁^ | 1101100011100100110110001110010001011110 | d8e4d8e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)