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 | ?i}?i{^ | 00111111011010010111110100111111011010010111101101011110 | 3f697d3f697b5e |
SJIS-WIN | 鴉i}鴉i{^ | 111010011110101101101001011111011110100111101011011010010111101101011110 | e9eb697de9eb697b5e |
EUC-JP | 鴉i}鴉i{^ | 111100101110110101101001011111011111001011101101011010010111101101011110 | f2ed697df2ed697b5e |
UTF-8 | 鴉i}鴉i{^ | 1110100110110100100010010110100101111101111010011011010010001001011010010111101101011110 | e9b489697de9b489697b5e |
UHC | 鴉i}鴉i{^ | 111001001011110001101001011111011110010010111100011010010111101101011110 | e4bc697de4bc697b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)