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? | 001111110100111100111111 | 3f4f3f |
SJIS-WIN | 夕O跣 | 1001011101011011010011111110011011101111 | 975b4fe6ef |
EUC-JP | 夕O跣 | 1100110110111100010011111110110011110001 | cdbc4fecf1 |
UTF-8 | 夕O跣 | 11100101101001001001010101001111111010001011011110100011 | e5a4954fe8b7a3 |
UHC | 夕O跣 | 1110000010101010010011111110000011010011 | e0aa4fe0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)