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 | ??r{d | 0011111100111111011100100111101101100100 | 3f3f727b64 |
SJIS-WIN | 蠢成r{d | 11100101101111111001000010101100011100100111101101100100 | e5bf90ac727b64 |
EUC-JP | 蠢成r{d | 11101010110000011100000010101110011100100111101101100100 | eac1c0ae727b64 |
UTF-8 | 蠢成r{d | 111010001010000010100010111001101000100010010000011100100111101101100100 | e8a0a2e68890727b64 |
UHC | 蠢成r{d | 11110001111000111110000011110111011100100111101101100100 | f1e3e0f7727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)