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 | 施施^ | 1000111001111011100011100111101101011110 | 8e7b8e7b5e |
EUC-JP | 施施^ | 1011101111011100101110111101110001011110 | bbdcbbdc5e |
UTF-8 | 施施^ | 11100110100101101011110111100110100101101011110101011110 | e696bde696bd5e |
UHC | 施施^ | 1110001110111111111000111011111101011110 | e3bfe3bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)