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{^ | 111010011110101101101101011111011110100111101011011011010111101101011110 | e9eb6d7de9eb6d7b5e |
EUC-JP | 鴉m}鴉m{^ | 111100101110110101101101011111011111001011101101011011010111101101011110 | f2ed6d7df2ed6d7b5e |
UTF-8 | 鴉m}鴉m{^ | 1110100110110100100010010110110101111101111010011011010010001001011011010111101101011110 | e9b4896d7de9b4896d7b5e |
UHC | 鴉m}鴉m{^ | 111001001011110001101101011111011110010010111100011011010111101101011110 | e4bc6d7de4bc6d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)