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 | 稔羸稔羸^ | 100101101010101111100011101111101001011010101011111000111011111001011110 | 96abe3be96abe3be5e |
EUC-JP | 稔羸稔羸^ | 110011001010110111100110110000001100110010101101111001101100000001011110 | ccade6c0ccade6c05e |
UTF-8 | 稔羸稔羸^ | 11100111101010001001010011100111101111101011100011100111101010001001010011100111101111101011100001011110 | e7a894e7beb8e7a894e7beb85e |
UHC | 稔羸稔羸^ | 111011001111100111010111111010001110110011111001110101111110100001011110 | ecf9d7e8ecf9d7e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)