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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 稔俄 | 10010110101010111000100111100010 | 96ab89e2 |
EUC-JP | 稔俄 | 11001100101011011011001011100100 | ccadb2e4 |
UTF-8 | 稔俄 | 111001111010100010010100111001001011111110000100 | e7a894e4bf84 |
UHC | 稔俄 | 11101100111110011110010010101101 | ecf9e4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)