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 | 鉐ォ闡ケ跋 | 1110011111101111101010111110100010010001101110011110011011101011 | e7efabe891b9e6eb |
EUC-JP | 鉐ォ闡ケ跋 | 11101110111100011000111010101011111011111111000110001110101110011110110011101101 | eef18eabeff18eb9eced |
UTF-8 | 鉐ォ闡ケ跋 | 111010011000100110010000111011111011110110101011111010011001011110100001111011111011110110111001111010001011011110001011 | e98990efbdabe997a1efbdb9e8b78b |
UHC | ??闡?跋 | 00111111001111111111010011000101001111111101101110100010 | 3f3ff4c53fdba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)