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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 骭晏ォ | 1110100110001100100111011110010110101011 | e98c9de5ab |
EUC-JP | 骭晏ォ | 111100011110110011011010111001111000111010101011 | f1ecdae78eab |
UTF-8 | 骭晏ォ | 111010011010101010101101111001101001100110001111111011111011110110101011 | e9aaade6998fefbdab |
UHC | ?晏? | 00111111111001001100111100111111 | 3fe4cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)