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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 骭晏ォ画ケ | 1110100110001100100111011110010110101011100010011110011010111001 | e98c9de5ab89e6b9 |
EUC-JP | 骭晏ォ画ケ | 11110001111011001101101011100111100011101010101110110010111010001000111010111001 | f1ecdae78eabb2e88eb9 |
UTF-8 | 骭晏ォ画ケ | 111010011010101010101101111001101001100110001111111011111011110110101011111001111001010010111011111011111011110110111001 | e9aaade6998fefbdabe794bbefbdb9 |
UHC | ?晏??? | 001111111110010011001111001111110011111100111111 | 3fe4cf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)