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^ | 001111110110011001011110 | 3f665e |
SJIS-WIN | 但f^ | 10010010010000010110011001011110 | 9241665e |
EUC-JP | 但f^ | 11000011101000100110011001011110 | c3a2665e |
UTF-8 | 但f^ | 1110010010111101100001100110011001011110 | e4bd86665e |
UHC | 但f^ | 11010011101000110110011001011110 | d3a3665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)