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 | 10010111010011110111011110010111010011110111011101000010 | 974f77974f7742 |
EUC-JP | 涌w涌wB | 11001101101100000111011111001101101100000111011101000010 | cdb077cdb07742 |
UTF-8 | 涌w涌wB | 111001101011011010001100011101111110011010110110100011000111011101000010 | e6b68c77e6b68c7742 |
UHC | 涌w涌wB | 11101001101111110111011111101001101111110111011101000010 | e9bf77e9bf7742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)