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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 咳鞁 | 10001010010100001110100011011001 | 8a50e8d9 |
EUC-JP | 咳鞁 | 10110011101100011111000011011011 | b3b1f0db |
UTF-8 | 咳鞁 | 111001011001001010110011111010011001111010000001 | e592b3e99e81 |
UHC | 咳? | 111110101010011000111111 | faa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)