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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 際?^ | 10001101110110110011111101011110 | 8ddb3f5e |
EUC-JP | 際?^ | 10111010110111010011111101011110 | badd3f5e |
UTF-8 | 際렒^ | 11101001100110101001101111101011101000001001001001011110 | e99a9beba0925e |
UHC | 際렒^ | 1111000010110111100011101010011101011110 | f0b78ea75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)