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 | 劑?m苡 | 10011001100111010011111110000010100011011110010010001111 | 999d3f828de48f |
EUC-JP | 劑?m苡 | 11010001111111010011111110100011111011011110011111101111 | d1fd3fa3ede7ef |
UTF-8 | 劑屢m苡 | 111001011000101010010001111011111010010110001011111011111011110110001101111010001000101110100001 | e58a91efa58befbd8de88ba1 |
UHC | 劑屢m苡 | 1111000010100101110100101110010110100011111011011110110010111110 | f0a5d2e5a3edecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)