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 | 辰短他短 | 1001001001000011100100100101101010010001101111001001001001011010 | 9243925a91bc925a |
EUC-JP | 辰短他短 | 1100001110100100110000111011101111000010101111101100001110111011 | c3a4c3bbc2bec3bb |
UTF-8 | 辰短他短 | 111010001011111010110000111001111001111110101101111001001011101110010110111001111001111110101101 | e8beb0e79fade4bb96e79fad |
UHC | 辰短他短 | 1111001011100011110100111010110111110110111000101101001110101101 | f2e3d3adf6e2d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)