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 | ????AB | 001111110011111100111111001111110100000101000010 | 3f3f3f3f4142 |
SJIS-WIN | 﨟「蝓キAB | 1111101110011101101000101110010110011111101101110100000101000010 | fb9da2e59fb74142 |
EUC-JP | ?「蝓キAB | 001111111000111010100010111010101010000110001110101101110100000101000010 | 3f8ea2eaa18eb74142 |
UTF-8 | 﨟「蝓キAB | 1110111110101000100111111110111110111101101000101110100010011101100100111110111110111101101101110100000101000010 | efa89fefbda2e89d93efbdb74142 |
UHC | ????AB | 001111110011111100111111001111110100000101000010 | 3f3f3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)