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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 皈萼皈萼^ | 111000011010010111100100110100111110000110100101111001001101001101011110 | e1a5e4d3e1a5e4d35e |
EUC-JP | 皈萼皈萼^ | 111000101010011111101000110101011110001010100111111010001101010101011110 | e2a7e8d5e2a7e8d55e |
UTF-8 | 皈萼皈萼^ | 11100111100110101000100011101000100100001011110011100111100110101000100011101000100100001011110001011110 | e79a88e890bce79a88e890bc5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)