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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 員儡?? | 100010001111010110011001010100110011111100111111 | 88f599533f3f |
EUC-JP | 員儡?? | 101100001111011111010001101101000011111100111111 | b0f7d1b43f3f |
UTF-8 | 員儡렜면 | 111001011001001110100001111001011000010010100001111010111010000010011100111010111010100110110100 | e593a1e584a1eba09ceba9b4 |
UHC | 員儡렜면 | 1110101010101100110101101110110110001110101011101011100011101001 | eaacd6ed8eaeb8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)