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 | 艇?^ | 10010010111110000011111101011110 | 92f83f5e |
EUC-JP | 艇?^ | 11000100111110100011111101011110 | c4fa3f5e |
UTF-8 | 艇聃^ | 11101000100010011000011111101000100000011000001101011110 | e88987e881835e |
UHC | 艇聃^ | 1110111111110011110100111100010001011110 | eff3d3c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)