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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 揄?B | 10011101100010010011111101000010 | 9d893f42 |
EUC-JP | 揄?B | 11011001111010010011111101000010 | d9e93f42 |
UTF-8 | 揄튥B | 11100110100011111000010011101101100010101010010101000010 | e68f84ed8aa542 |
UHC | 揄튥B | 1110101011110001101110100101001101000010 | eaf1ba5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)