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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 爰愰\ | 1110000010100111111110101100010101011100 | e0a7fac55c |
EUC-JP | 爰愰\ | 111000001010100110001111101111101100100101011100 | e0a98fbec95c |
UTF-8 | 爰愰\ | 11100111100010001011000011100110100001001011000001011100 | e788b0e684b05c |
UHC | 爰愰\ | 1110101010111010111111001100101001011100 | eabafcca5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)