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 | 劑?g辛 | 10011001100111010011111110000010100001111001000001101000 | 999d3f82879068 |
EUC-JP | 劑?g辛 | 11010001111111010011111110100011111001111011111111001001 | d1fd3fa3e7bfc9 |
UTF-8 | 劑屢g辛 | 111001011000101010010001111011111010010110001011111011111011110110000111111010001011111010011011 | e58a91efa58befbd87e8be9b |
UHC | 劑屢g辛 | 1111000010100101110100101110010110100011111001111110001111110100 | f0a5d2e5a3e7e3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)