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 | ?O?O^ | 0011111101001111001111110100111101011110 | 3f4f3f4f5e |
SJIS-WIN | 但O但O^ | 10010010010000010100111110010010010000010100111101011110 | 92414f92414f5e |
EUC-JP | 但O但O^ | 11000011101000100100111111000011101000100100111101011110 | c3a24fc3a24f5e |
UTF-8 | 但O但O^ | 111001001011110110000110010011111110010010111101100001100100111101011110 | e4bd864fe4bd864f5e |
UHC | 但O但O^ | 11010011101000110100111111010011101000110100111101011110 | d3a34fd3a34f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)