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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???紺逆^ | 0011111100111111001111111000110110101110100010110111010001011110 | 3f3f3f8dae8b745e |
EUC-JP | ???紺逆^ | 0011111100111111001111111011101010110000101101011101010101011110 | 3f3f3fbab0b5d55e |
UTF-8 | 알뤛슭紺逆^ | 11101100100101011000110011101011101001001001101111101100100010101010110111100111101101001011101011101001100000001000011001011110 | ec958ceba49bec8aade7b4bae980865e |
UHC | 알뤛슭紺逆^ | 1011111011001011100011111100101010111101101111101100101011111010111001101011110101011110 | becb8fcabdbecafae6bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)