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 | DùD | 1001010001000100100101011111100110000010100110011001010001000100 | 944495f982999444 |
SJIS-WIN | ?D?????D | 0011111101000100001111110011111100111111001111110011111101000100 | 3f443f3f3f3f3f44 |
EUC-JP | ?D?ù???D | 00111111010001000011111110001111101010111110001100111111001111110011111101000100 | 3f443f8fabe33f3f3f44 |
UTF-8 | DùD | 1100001010010100010001001100001010010101110000111011100111000010100000101100001010011001110000101001010001000100 | c29444c295c3b9c282c299c29444 |
UHC | ?D?????D | 0011111101000100001111110011111100111111001111110011111101000100 | 3f443f3f3f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)