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 | 銓溷、・籬 | 1110011111110010100111111110010110100100101001011110001011011111 | e7f29fe5a4a5e2df |
EUC-JP | 銓溷、・籬 | 11101110111101001101111011100111100011101010010010001110101001011110010011100001 | eef4dee78ea48ea5e4e1 |
UTF-8 | 銓溷、・籬 | 111010011000101010010011111001101011101010110111111011111011110110100100111011111011110110100101111001111011000110101100 | e98a93e6bab7efbda4efbda5e7b1ac |
UHC | 銓???籬 | 11101111101100000011111100111111001111111101011111100110 | efb03f3f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)