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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 脱丹則nB | 1001001001000101100100100100111110010001101001010110111001000010 | 9245924f91a56e42 |
EUC-JP | 脱丹則nB | 1100001110100110110000111011000011000010101001110110111001000010 | c3a6c3b0c2a76e42 |
UTF-8 | 脱丹則nB | 1110100010000100101100011110010010111000101110011110010110001001100001110110111001000010 | e884b1e4b8b9e589876e42 |
UHC | ?丹則nB | 00111111110100111010000111110110110011100110111001000010 | 3fd3a1f6ce6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)