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 | 照鮓カ獸 | 10001111110001101110100110110110101101101110000011010111 | 8fc6e9b6b6e0d7 |
EUC-JP | 照鮓カ獸 | 1011111011001000111100101011100010001110101101101110000011011001 | bec8f2b88eb6e0d9 |
UTF-8 | 照鮓カ獸 | 111001111000010110100111111010011010111010010011111011111011110110110110111001111000110110111000 | e785a7e9ae93efbdb6e78db8 |
UHC | 照??獸 | 111100001100111000111111001111111110001010101110 | f0ce3f3fe2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)