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 | ??削?? | 001111110011111110001101111011010011111100111111 | 3f3f8ded3f3f |
EUC-JP | ??削?đ | 0011111100111111101110101110111100111111100011111010100111000010 | 3f3fbaef3f8fa9c2 |
UTF-8 | 룶깹削룶đ | 1110101110100011101101101110101010111001101110011110010110001001100010101110101110100011101101101100010010010001 | eba3b6eab9b9e5898aeba3b6c491 |
UHC | 룶깹削룶đ | 10001111101010111011001010100001110111101111101110001111101010111010100110100010 | 8fabb2a1defb8faba9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)