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 | 炅開^ | 1111101101010001100010100100101001011110 | fb518a4a5e |
EUC-JP | 炅開^ | 100011111100100111001010101100111010101101011110 | 8fc9cab3ab5e |
UTF-8 | 炅開^ | 11100111100000101000010111101001100101101000101101011110 | e78285e9968b5e |
UHC | 炅開^ | 1100110011011101110010111101001001011110 | ccddcbd25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)