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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 擾▼?埇? | 1000111111101111100000011010010100111111111110101001101000111111 | 8fef81a53ffa9a3f |
EUC-JP | 擾▼?埇? | 101111101111000110100010101001110011111110001111101101111110011100111111 | bef1a2a73f8fb7e73f |
UTF-8 | 擾▼ㄼ埇욜 | 111001101001001110111110111000101001011010111100111000111000010010111100111001011001111110000111111011001001101010011100 | e693bee296bce384bce59f87ec9a9c |
UHC | 擾▼ㄼ埇욜 | 11101000111101101010000111100101101001001010110011101001101110011011111111100111 | e8f6a1e5a4ace9b9bfe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)