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 | 溏鶻~ | 1001111111101101111010100101001001111110 | 9fedea527e |
EUC-JP | 溏鶻~ | 1101111011101111111100111011001101111110 | deeff3b37e |
UTF-8 | 溏鶻~ | 11100110101110101000111111101001101101101011101101111110 | e6ba8fe9b6bb7e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)