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 | 劑??? | 1001100110011101001111110011111100111111 | 999d3f3f3f |
EUC-JP | 劑??? | 1101000111111101001111110011111100111111 | d1fd3f3f3f |
UTF-8 | 劑흡♣롃 | 111001011000101010010001111011011001110110100001111000101001100110100011111010111010000110000011 | e58a91ed9da1e299a3eba183 |
UHC | 劑흡♣롃 | 1111000010100101110010001110110110100010110000001000111011001010 | f0a5c8eda2c08eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)