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}??m{^ | 001111110011111101101101011111010011111100111111011011010111101101011110 | 3f3f6d7d3f3f6d7b5e |
SJIS-WIN | 銹?m}銹?m{^ | 1110011111110110001111110110110101111101111001111111011000111111011011010111101101011110 | e7f63f6d7de7f63f6d7b5e |
EUC-JP | 銹?m}銹?m{^ | 1110111011111000001111110110110101111101111011101111100000111111011011010111101101011110 | eef83f6d7deef83f6d7b5e |
UTF-8 | 銹殮m}銹殮m{^ | 1110100110001010101110011110111110100110101001010110110101111101111010011000101010111001111011111010011010100101011011010111101101011110 | e98ab9efa6a56d7de98ab9efa6a56d7b5e |
UHC | 銹殮m}銹殮m{^ | 11100010110010001110011011111001011011010111110111100010110010001110011011111001011011010111101101011110 | e2c8e6f96d7de2c8e6f96d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)