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 | 倚輕??▲ | 1001100011011111111001110110101000111111001111111000000110100011 | 98dfe76a3f3f81a3 |
EUC-JP | 倚輕??▲ | 1101000011100001111011011100101100111111001111111010001010100101 | d0e1edcb3f3fa2a5 |
UTF-8 | 倚輕렋댄▲ | 111001011000000010011010111010001011110010010101111010111010000010001011111010111000110010000100111000101001011010110010 | e5809ae8bc95eba08beb8c84e296b2 |
UHC | 倚輕렋댄▲ | 11101011111011111100110011101110100011101010001010110100111011011010000111100011 | ebefccee8ea2b4eda1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)