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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 短側脱其短 | 10010010010110101001000110100100100100100100010110010001101101001001001001011010 | 925a91a4924591b4925a |
EUC-JP | 短側脱其短 | 11000011101110111100001010100110110000111010011011000010101101101100001110111011 | c3bbc2a6c3a6c2b6c3bb |
UTF-8 | 短側脱其短 | 111001111001111110101101111001011000000110110100111010001000010010110001111001011000010110110110111001111001111110101101 | e79fade581b4e884b1e585b6e79fad |
UHC | 短側?其短 | 110100111010110111110110101100000011111111010000111011001101001110101101 | d3adf6b03fd0ecd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)