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 | çý»ì´£^ | 11100111111111011011101111101100101101001010001101011110 | e7fdbbecb4a35e |
SJIS-WIN | ????´£^ | 001111110011111100111111001111111000000101001100100000011001001001011110 | 3f3f3f3f814c81925e |
EUC-JP | çý?ì´£^ | 100011111010101110101110100011111010101111110010001111111000111110101011110000001010000110101101101000011111001001011110 | 8fabae8fabf23f8fabc0a1ada1f25e |
UTF-8 | çý»ì´£^ | 11000011101001111100001110111101110000101011101111000011101011001100001010110100110000101010001101011110 | c3a7c3bdc2bbc3acc2b4c2a35e |
UHC | ????´?^ | 0011111100111111001111110011111110100010101001010011111101011110 | 3f3f3f3fa2a53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)