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 | 豈篠」豌 | 11100110101011111000111011000010101000111110011010110000 | e6af8ec2a3e6b0 |
EUC-JP | 豈篠」豌 | 1110110010110001101111001100010010001110101000111110110010110010 | ecb1bcc48ea3ecb2 |
UTF-8 | 豈篠」豌 | 111010001011000110001000111001111010111110100000111011111011110110100011111010001011000110001100 | e8b188e7afa0efbda3e8b18c |
UHC | 豈篠?豌 | 11010001110000101110000111000110001111111110100011010101 | d1c2e1c63fe8d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)