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 | ?y\ | 001111110111100101011100 | 3f795c |
SJIS-WIN | 但y\ | 10010010010000010111100101011100 | 9241795c |
EUC-JP | 但y\ | 11000011101000100111100101011100 | c3a2795c |
UTF-8 | 但y\ | 1110010010111101100001100111100101011100 | e4bd86795c |
UHC | 但y\ | 11010011101000110111100101011100 | d3a3795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)