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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 萓晧潤妤ィB | 11100100101111101001110111101100100011111000000111111010101001001010100001000010 | e4be9dec8f81faa4a842 |
EUC-JP | 萓晧潤妤ィB | 111010001100000011011010111011101011110111100001100011111011100110101111100011101010100001000010 | e8c0daeebde18fb9af8ea842 |
UTF-8 | 萓晧潤妤ィB | 11101000100100001001001111100110100110011010011111100110101111011010010011100101101001101010010011101111101111011010100001000010 | e89093e699a7e6bda4e5a6a4efbda842 |
UHC | ?晧潤??B | 0011111111111011110001011110101111001000001111110011111101000010 | 3ffbc5ebc83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)