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 | OBOás | 1001011101001111100110100100001010010111010011111110000101110011 | 974f9a42974fe173 |
SJIS-WIN | ?O?B?O?s | 0011111101001111001111110100001000111111010011110011111101110011 | 3f4f3f423f4f3f73 |
EUC-JP | ?O?B?Oás | 00111111010011110011111101000010001111110100111110001111101010111010000101110011 | 3f4f3f423f4f8faba173 |
UTF-8 | OBOás | 110000101001011101001111110000101001101001000010110000101001011101001111110000111010000101110011 | c2974fc29a42c2974fc3a173 |
UHC | ?O?B?O?s | 0011111101001111001111110100001000111111010011110011111101110011 | 3f4f3f423f4f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)