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 | 邁誹摺瀨妝 | 11100111101100001001010011101110100100001010000011111011010100001001101101000010 | e7b094ee90a0fb509b42 |
EUC-JP | 邁誹摺?妝 | 111011101011001011001000111100001100000010100010001111111101010110100011 | eeb2c8f0c0a23fd5a3 |
UTF-8 | 邁誹摺瀨妝 | 111010011000001010000001111010001010101010111001111001101001000110111010111001111000000010101000111001011010011010011101 | e98281e8aab9e691bae780a8e5a69d |
UHC | 邁誹摺瀨? | 110110001110010011011110101001101110111111001001110101101110111000111111 | d8e4dea6efc9d6ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)