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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 爾磁耳爾^ | 100011101010001010001110101001011000111010101000100011101010001001011110 | 8ea28ea58ea88ea25e |
EUC-JP | 爾磁耳爾^ | 101111001010010010111100101001111011110010101010101111001010010001011110 | bca4bca7bcaabca45e |
UTF-8 | 爾磁耳爾^ | 11100111100010001011111011100111101000111000000111101000100000001011001111100111100010001011111001011110 | e788bee7a381e880b3e788be5e |
UHC | 爾磁耳爾^ | 111011001011001111101101101110001110110010111100111011001011001101011110 | ecb3edb8ecbcecb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)