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?~ | 00111111011101110011111101111110 | 3f773f7e |
SJIS-WIN | 涌w涌~ | 100101110100111101110111100101110100111101111110 | 974f77974f7e |
EUC-JP | 涌w涌~ | 110011011011000001110111110011011011000001111110 | cdb077cdb07e |
UTF-8 | 涌w涌~ | 1110011010110110100011000111011111100110101101101000110001111110 | e6b68c77e6b68c7e |
UHC | 涌w涌~ | 111010011011111101110111111010011011111101111110 | e9bf77e9bf7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)