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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 痿喊] | 1110000101111110100110100101111001011101 | e17e9a5e5d |
EUC-JP | 痿喊] | 1110000111011111110100111011111101011101 | e1dfd3bf5d |
UTF-8 | 痿喊] | 11100111100101111011111111100101100101101000101001011101 | e797bfe5968a5d |
UHC | ?喊] | 00111111111110011110001001011101 | 3ff9e25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)