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 | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
SJIS-WIN | 湛速炭AB | 1001001001011000100100011010110010010010010110010100000101000010 | 925891ac92594142 |
EUC-JP | 湛速炭AB | 1100001110111001110000101010111011000011101110100100000101000010 | c3b9c2aec3ba4142 |
UTF-8 | 湛速炭AB | 1110011010111001100110111110100110000000100111111110011110000010101011010100000101000010 | e6b99be9809fe782ad4142 |
UHC | 湛速炭AB | 1101001111000000111000011101110011110111101010010100000101000010 | d3c0e1dcf7a94142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)