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 | 銕蛾キ零、 | 1110011111101100100010011110100110110111100101111110101110100100 | e7ec89e9b797eba4 |
EUC-JP | 銕蛾キ零、 | 11101110111011101011001011101011100011101011011111001110111011011000111010100100 | eeeeb2eb8eb7ceed8ea4 |
UTF-8 | 銕蛾キ零、 | 111010011000101010010101111010001001101110111110111011111011110110110111111010011001101110110110111011111011110110100100 | e98a95e89bbeefbdb7e99bb6efbda4 |
UHC | ?蛾?零? | 00111111111001001011011000111111110101101100001100111111 | 3fe4b63fd6c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)