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 | 10010010010000000111011110010010010000000111011101000010 | 92407792407742 |
EUC-JP | 叩w叩wB | 11000011101000010111011111000011101000010111011101000010 | c3a177c3a17742 |
UTF-8 | 叩w叩wB | 111001011000111110101001011101111110010110001111101010010111011101000010 | e58fa977e58fa97742 |
UHC | 叩w叩wB | 11001101101100000111011111001101101100000111011101000010 | cdb077cdb07742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)