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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萓晧潤妤 | 1110010010111110100111011110110010001111100000011111101010100100 | e4be9dec8f81faa4 |
EUC-JP | 萓晧潤妤 | 111010001100000011011010111011101011110111100001100011111011100110101111 | e8c0daeebde18fb9af |
UTF-8 | 萓晧潤妤 | 111010001001000010010011111001101001100110100111111001101011110110100100111001011010011010100100 | e89093e699a7e6bda4e5a6a4 |
UHC | ?晧潤? | 001111111111101111000101111010111100100000111111 | 3ffbc5ebc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)