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 | åýë¦êÞ | 1110010111111101100100111110101110010111101001101110101011011110 | e5fd93eb97a6eade |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åý?ë?¦êÞ | 1000111110101011101010011000111110101011111100100011111110001111101010111011001100111111100011111010001011000011100011111010101110110100100011111010100110110000 | 8faba98fabf23f8fabb33f8fa2c38fabb48fa9b0 |
UTF-8 | åýë¦êÞ | 11000011101001011100001110111101110000101001001111000011101010111100001010010111110000101010011011000011101010101100001110011110 | c3a5c3bdc293c3abc297c2a6c3aac39e |
UHC | ???????Þ | 001111110011111100111111001111110011111100111111001111111010100010101101 | 3f3f3f3f3f3f3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)