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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 鞦狄~ | 1110100011100001111000001011110101111110 | e8e1e0bd7e |
EUC-JP | 鞦狄~ | 1111000011100011111000001011111101111110 | f0e3e0bf7e |
UTF-8 | 鞦狄~ | 11101001100111101010011011100111100010111000010001111110 | e99ea6e78b847e |
UHC | ?狄~ | 00111111111011101101101001111110 | 3feeda7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)