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 | 銓溷、・ | 111001111111001010011111111001011010010010100101 | e7f29fe5a4a5 |
EUC-JP | 銓溷、・ | 1110111011110100110111101110011110001110101001001000111010100101 | eef4dee78ea48ea5 |
UTF-8 | 銓溷、・ | 111010011000101010010011111001101011101010110111111011111011110110100100111011111011110110100101 | e98a93e6bab7efbda4efbda5 |
UHC | 銓??? | 1110111110110000001111110011111100111111 | efb03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)