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 | 繼侶^ | 1110001110001011100101111011010101011110 | e38b97b55e |
EUC-JP | 繼侶^ | 1110010111101011110011101011011101011110 | e5ebceb75e |
UTF-8 | 繼侶^ | 11100111101110011011110011100100101111101011011001011110 | e7b9bce4beb65e |
UHC | 繼侶^ | 1100110110101001110101011110001001011110 | cda9d5e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)