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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竣???縡 | 10001111011101100011111100111111001111111110001101110001 | 8f763f3f3fe371 |
EUC-JP | 竣???縡 | 10111101110101110011111100111111001111111110010111010010 | bdd73f3f3fe5d2 |
UTF-8 | 竣댓렰렋縡 | 111001111010101110100011111010111000110010010011111010111010000010110000111010111010000010001011111001111011100010100001 | e7aba3eb8c93eba0b0eba08be7b8a1 |
UHC | 竣댓렰렋縡 | 11110001111000101011010011110001100011101011110110001110101000101110111010101101 | f1e2b4f18ebd8ea2eead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)