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 | 萓晧潤妤ィ | 111001001011111010011101111011001000111110000001111110101010010010101000 | e4be9dec8f81faa4a8 |
EUC-JP | 萓晧潤妤ィ | 1110100011000000110110101110111010111101111000011000111110111001101011111000111010101000 | e8c0daeebde18fb9af8ea8 |
UTF-8 | 萓晧潤妤ィ | 111010001001000010010011111001101001100110100111111001101011110110100100111001011010011010100100111011111011110110101000 | e89093e699a7e6bda4e5a6a4efbda8 |
UHC | ?晧潤?? | 00111111111110111100010111101011110010000011111100111111 | 3ffbc5ebc83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)