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 | DTDTB | 10010010010001000101010010010010010001000101010001000010 | 92445492445442 |
SJIS-WIN | ?DT?DTB | 00111111010001000101010000111111010001000101010001000010 | 3f44543f445442 |
EUC-JP | ?DT?DTB | 00111111010001000101010000111111010001000101010001000010 | 3f44543f445442 |
UTF-8 | DTDTB | 110000101001001001000100010101001100001010010010010001000101010001000010 | c2924454c292445442 |
UHC | ?DT?DTB | 00111111010001000101010000111111010001000101010001000010 | 3f44543f445442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)