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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 膣?v | 11100100010100110011111101110110 | e4533f76 |
EUC-JP | 膣?v | 11100111101101000011111101110110 | e7b43f76 |
UTF-8 | 膣젱v | 11101000100001101010001111101100101000001011000101110110 | e886a3eca0b176 |
UHC | 膣젱v | 1111001011110011110000011010110101110110 | f2f3c1ad76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)