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 | ??????cB | 0011111100111111001111110011111100111111001111110110001101000010 | 3f3f3f3f3f3f6342 |
SJIS-WIN | ???也щ?cB | 00111111001111110011111110010110111001111000010010001011001111110110001101000010 | 3f3f3f96e7848b3f6342 |
EUC-JP | ???也щ?cB | 00111111001111110011111111001100111010011010011111101011001111110110001101000010 | 3f3f3fcce9a7eb3f6342 |
UTF-8 | 呂뽯젲也щ젽cB | 11101111101001101000000011101011101111011010111111101100101000001011001011100100101110011001111111010001100010011110110010100000101111010110001101000010 | efa680ebbdafeca0b2e4b99fd189eca0bd6342 |
UHC | 呂뽯젲也щ젽cB | 1110010111111011100101101110101110100000101001101110010110100101101011001110101110100000101011110110001101000010 | e5fb96eba0a6e5a5aceba0af6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)