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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 劑????? | 10011001100111010011111100111111001111110011111100111111 | 999d3f3f3f3f3f |
EUC-JP | 劑??琫?? | 110100011111110100111111001111111000111111001100101011110011111100111111 | d1fd3f3f8fccaf3f3f |
UTF-8 | 劑흡렢琫렡렎 | 111001011000101010010001111011011001110110100001111010111010000010100010111001111001000010101011111010111010000010100001111010111010000010001110 | e58a91ed9da1eba0a2e790abeba0a1eba08e |
UHC | 劑흡렢琫렡렎 | 111100001010010111001000111011011000111010110011110111001110110110001110101100101000111010100100 | f0a5c8ed8eb3dced8eb28ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)