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 | ?w?wB | 0011111101110111001111110111011101000010 | 3f773f7742 |
SJIS-WIN | ?w?wB | 0011111101110111001111110111011101000010 | 3f773f7742 |
EUC-JP | ?w?wB | 0011111101110111001111110111011101000010 | 3f773f7742 |
UTF-8 | 묨w묨wB | 111010111010110010101000011101111110101110101100101010000111011101000010 | ebaca877ebaca87742 |
UHC | 묨w묨wB | 10010010010000010111011110010010010000010111011101000010 | 92417792417742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)