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 | ?sB | 001111110111001101000010 | 3f7342 |
SJIS-WIN | 但sB | 10010010010000010111001101000010 | 92417342 |
EUC-JP | 但sB | 11000011101000100111001101000010 | c3a27342 |
UTF-8 | 但sB | 1110010010111101100001100111001101000010 | e4bd867342 |
UHC | 但sB | 11010011101000110111001101000010 | d3a37342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)