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 | 묮~B | 1110101110101100101011100111111001000010 | ebacae7e42 |
SJIS-WIN | ?¬?~B | 001111111000000111001010001111110111111001000010 | 3f81ca3f7e42 |
EUC-JP | 묮~B | 10001111101010111011001110100010110011001000111110100010111011100111111001000010 | 8fabb3a2cc8fa2ee7e42 |
UTF-8 | 묮~B | 1100001110101011110000101010110011000010101011100111111001000010 | c3abc2acc2ae7e42 |
UHC | ??®~B | 001111110011111110100010111001110111111001000010 | 3f3fa2e77e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)