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 | 穩?Б雅 | 11100010011100100011111110000100010000011000100111101011 | e2723f844189eb |
EUC-JP | 穩?Б雅 | 11100011110100110011111110100111101000101011001011101101 | e3d33fa7a2b2ed |
UTF-8 | 穩뚦Б雅 | 1110011110101001101010011110101110011010101001101101000010010001111010011001101110000101 | e7a9a9eb9aa6d091e99b85 |
UHC | 穩뚦Б雅 | 1110100010110001100011001110010110101100101000101110010010111010 | e8b18ce5aca2e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)