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 | 湛速短他 | 1001001001011000100100011010110010010010010110101001000110111100 | 925891ac925a91bc |
EUC-JP | 湛速短他 | 1100001110111001110000101010111011000011101110111100001010111110 | c3b9c2aec3bbc2be |
UTF-8 | 湛速短他 | 111001101011100110011011111010011000000010011111111001111001111110101101111001001011101110010110 | e6b99be9809fe79fade4bb96 |
UHC | 湛速短他 | 1101001111000000111000011101110011010011101011011111011011100010 | d3c0e1dcd3adf6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)