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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 棚賊側棚賊 | 10010010010010011001000110101111100100011010010010010010010010011001000110101111 | 924991af91a4924991af |
EUC-JP | 棚賊側棚賊 | 11000011101010101100001010110001110000101010011011000011101010101100001010110001 | c3aac2b1c2a6c3aac2b1 |
UTF-8 | 棚賊側棚賊 | 111001101010001110011010111010001011001110001010111001011000000110110100111001101010001110011010111010001011001110001010 | e6a39ae8b38ae581b4e6a39ae8b38a |
UHC | 棚賊側棚賊 | 11011101110111001110111011100100111101101011000011011101110111001110111011100100 | dddceee4f6b0dddceee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)