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 | 弱? | 100011101110001100111111 | 8ee33f |
EUC-JP | 弱? | 101111001110010100111111 | bce53f |
UTF-8 | 弱뤹 | 111001011011110010110001111010111010010010111001 | e5bcb1eba4b9 |
UHC | 弱뤹 | 11100101101100001000111111100111 | e5b08fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)