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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 異坤異鵠^ | 100010001101100110001101101000111000100011011001100011011001010001011110 | 88d98da388d98d945e |
EUC-JP | 異坤異鵠^ | 101100001101101110111010101001011011000011011011101110011111010001011110 | b0dbbaa5b0dbb9f45e |
UTF-8 | 異坤異鵠^ | 11100111100101011011000011100101100111011010010011100111100101011011000011101001101101011010000001011110 | e795b0e59da4e795b0e9b5a05e |
UHC | 異坤異鵠^ | 111011001011011011001101110111101110110010110110110011011101110001011110 | ecb6cddeecb6cddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)