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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 村狸m | 1001000110111010100100100100101101101101 | 91ba924b6d |
EUC-JP | 村狸m | 1100001010111100110000111010110001101101 | c2bcc3ac6d |
UTF-8 | 村狸m | 11100110100111011001000111100111100010111011100001101101 | e69d91e78bb86d |
UHC | 村狸m | 1111010110111101110101111110000101101101 | f5bdd7e16d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)