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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巽族短存 | 1001001001000110100100011011000010010010010110101001000110110110 | 924691b0925a91b6 |
EUC-JP | 巽族短存 | 1100001110100111110000101011001011000011101110111100001010111000 | c3a7c2b2c3bbc2b8 |
UTF-8 | 巽族短存 | 111001011011011110111101111001101001011110001111111001111001111110101101111001011010110110011000 | e5b7bde6978fe79fade5ad98 |
UHC | 巽族短存 | 1110000111011110111100001110100111010011101011011111000011101101 | e1def0e9d3adf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)