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 | 恩塘恩塘^ | 100010011011011010010011100001001000100110110110100100111000010001011110 | 89b6938489b693845e |
EUC-JP | 恩塘恩塘^ | 101100101011100011000101111001001011001010111000110001011110010001011110 | b2b8c5e4b2b8c5e45e |
UTF-8 | 恩塘恩塘^ | 11100110100000011010100111100101101000011001100011100110100000011010100111100101101000011001100001011110 | e681a9e5a198e681a9e5a1985e |
UHC | 恩塘恩塘^ | 111010111101101011010011110100101110101111011010110100111101001001011110 | ebdad3d2ebdad3d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)