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 | ?OC | 001111110100111101000011 | 3f4f43 |
SJIS-WIN | 但OC | 10010010010000010100111101000011 | 92414f43 |
EUC-JP | 但OC | 11000011101000100100111101000011 | c3a24f43 |
UTF-8 | 但OC | 1110010010111101100001100100111101000011 | e4bd864f43 |
UHC | 但OC | 11010011101000110100111101000011 | d3a34f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)