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 | DLAWv | 10010010010001000100110010010010010000010101011101110110 | 92444c92415776 |
SJIS-WIN | ?DL?AWv | 00111111010001000100110000111111010000010101011101110110 | 3f444c3f415776 |
EUC-JP | ?DL?AWv | 00111111010001000100110000111111010000010101011101110110 | 3f444c3f415776 |
UTF-8 | DLAWv | 110000101001001001000100010011001100001010010010010000010101011101110110 | c292444cc292415776 |
UHC | ?DL?AWv | 00111111010001000100110000111111010000010101011101110110 | 3f444c3f415776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)