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 | 邏慕「墓← | 111001111011010010010101111001111010001010010101111001101000000110101001 | e7b495e7a295e681a9 |
EUC-JP | 邏慕「墓← | 11101110101101101100101011101001100011101010001011001010111010001010001010101011 | eeb6cae98ea2cae8a2ab |
UTF-8 | 邏慕「墓← | 111010011000001010001111111001101000010110010101111011111011110110100010111001011010001010010011111000101000011010010000 | e9828fe68595efbda2e5a293e28690 |
UHC | 邏慕?墓← | 110101011010010011011001101101110011111111011001110101111010000111100111 | d5a4d9b73fd9d7a1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)