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{^ | 001111111010110001101101011111010011111110101100011011010111101101011110 | 3fac6d7d3fac6d7b5e |
EUC-JP | ?ャm}?ャm{^ | 0011111110001110101011000110110101111101001111111000111010101100011011010111101101011110 | 3f8eac6d7d3f8eac6d7b5e |
UTF-8 | ャm}ャm{^ | 1110111010111100101111101110111110111101101011000110110101111101111011101011110010111110111011111011110110101100011011010111101101011110 | eebcbeefbdac6d7deebcbeefbdac6d7b5e |
UHC | ??m}??m{^ | 001111110011111101101101011111010011111100111111011011010111101101011110 | 3f3f6d7d3f3f6d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)