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 | ÷?\ | 111101110011111101011100 | f73f5c |
SJIS-WIN | ÷¬\ | 1000000110000000100000011100101001011100 | 818081ca5c |
EUC-JP | ÷¬\ | 1010000111100000101000101100110001011100 | a1e0a2cc5c |
UTF-8 | ÷¬\ | 110000111011011111101111101111111010001001011100 | c3b7efbfa25c |
UHC | ÷¬\ | 1010000111000000101000011111111001011100 | a1c0a1fe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)