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 | ???}F | 0011111100111111001111110111110101000110 | 3f3f3f7d46 |
SJIS-WIN | 竪谷叩}F | 1001001001000111100100100100101010010010010000000111110101000110 | 9247924a92407d46 |
EUC-JP | 竪谷叩}F | 1100001110101000110000111010101111000011101000010111110101000110 | c3a8c3abc3a17d46 |
UTF-8 | 竪谷叩}F | 1110011110101011101010101110100010110000101101111110010110001111101010010111110101000110 | e7abaae8b0b7e58fa97d46 |
UHC | 竪谷叩}F | 1110001010110101110011011101101111001101101100000111110101000110 | e2b5cddbcdb07d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)