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 | 爾爾^ | 111100001011010110001110101000101111000010110101100011101010001001011110 | f0b58ea2f0b58ea25e |
EUC-JP | ?爾?爾^ | 00111111101111001010010000111111101111001010010001011110 | 3fbca43fbca45e |
UTF-8 | 爾爾^ | 11101110100000011011010011100111100010001011111011101110100000011011010011100111100010001011111001011110 | ee81b4e788beee81b4e788be5e |
UHC | ?爾?爾^ | 00111111111011001011001100111111111011001011001101011110 | 3fecb33fecb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)