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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 萓晧潤妤ィ鬟 | 1110010010111110100111011110110010001111100000011111101010100100101010001110100110100011 | e4be9dec8f81faa4a8e9a3 |
EUC-JP | 萓晧潤妤ィ鬟 | 11101000110000001101101011101110101111011110000110001111101110011010111110001110101010001111001010100101 | e8c0daeebde18fb9af8ea8f2a5 |
UTF-8 | 萓晧潤妤ィ鬟 | 111010001001000010010011111001101001100110100111111001101011110110100100111001011010011010100100111011111011110110101000111010011010110010011111 | e89093e699a7e6bda4e5a6a4efbda8e9ac9f |
UHC | ?晧潤??? | 0011111111111011110001011110101111001000001111110011111100111111 | 3ffbc5ebc83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)