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 | 韲縫韲縫^ | 111010001110110010010110010001001110100011101100100101100100010001011110 | e8ec9644e8ec96445e |
EUC-JP | 韲縫韲縫^ | 111100001110111011001011101001011111000011101110110010111010010101011110 | f0eecba5f0eecba55e |
UTF-8 | 韲縫韲縫^ | 11101001100111111011001011100111101110001010101111101001100111111011001011100111101110001010101101011110 | e99fb2e7b8abe99fb2e7b8ab5e |
UHC | ?縫?縫^ | 00111111110111001110111000111111110111001110111001011110 | 3fdcee3fdcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)