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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淅?石? | 100111111100011000111111100100001100111000111111 | 9fc63f90ce3f |
EUC-JP | 淅奭石奭 | 11011110110010001000111110111000111111101100000011010000100011111011100011111110 | dec88fb8fec0d08fb8fe |
UTF-8 | 淅奭石奭 | 111001101011011110000101111001011010010110101101111001111001111110110011111001011010010110101101 | e6b785e5a5ade79fb3e5a5ad |
UHC | 淅奭石奭 | 1110000010110010111000001010101111100000101101001110000010101011 | e0b2e0abe0b4e0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)