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 | 衣猛??劑 | 1000100011011111100101101101001000111111001111111001100110011101 | 88df96d23f3f999d |
EUC-JP | 衣猛??劑 | 1011000011100001110011001101010000111111001111111101000111111101 | b0e1ccd43f3fd1fd |
UTF-8 | 衣猛렍렖劑 | 111010001010000110100011111001111000110010011011111010111010000010001101111010111010000010010110111001011000101010010001 | e8a1a3e78c9beba08deba096e58a91 |
UHC | 衣猛렍렖劑 | 11101011111111011101100011101101100011101010001110001110101010111111000010100101 | ebfdd8ed8ea38eabf0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)