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 | 稟?^ | 11100010011001110011111101011110 | e2673f5e |
EUC-JP | 稟?^ | 11100011110010000011111101011110 | e3c83f5e |
UTF-8 | 稟聃^ | 11100111101010001001111111101000100000011000001101011110 | e7a89fe881835e |
UHC | 稟聃^ | 1111100110100010110100111100010001011110 | f9a2d3c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)