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{^ | 00111111011011010111110100111111011011010111101101011110 | 3f6d7d3f6d7b5e |
SJIS-WIN | 蛾m}蛾m{^ | 100010011110100101101101011111011000100111101001011011010111101101011110 | 89e96d7d89e96d7b5e |
EUC-JP | 蛾m}蛾m{^ | 101100101110101101101101011111011011001011101011011011010111101101011110 | b2eb6d7db2eb6d7b5e |
UTF-8 | 蛾m}蛾m{^ | 1110100010011011101111100110110101111101111010001001101110111110011011010111101101011110 | e89bbe6d7de89bbe6d7b5e |
UHC | 蛾m}蛾m{^ | 111001001011011001101101011111011110010010110110011011010111101101011110 | e4b66d7de4b66d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)