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 | ???性 | 0011111100111111001111111001000010101011 | 3f3f3f90ab |
EUC-JP | 琰?ˇ性 | 100011111100110010110100001111111000111110100010101100001100000010101101 | 8fccb43f8fa2b0c0ad |
UTF-8 | 琰€ˇ性 | 1110011110010000101100001110001010000010101011001100101110000111111001101000000010100111 | e790b0e282accb87e680a7 |
UHC | 琰€ˇ性 | 1110011011111100101000101110011010100010101001111110000011110101 | e6fca2e6a2a7e0f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)