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 | 闡ォ辯暮岑 | 111010001001000110101011111001111000011110010101111010011001101110101000 | e891abe78795e99ba8 |
EUC-JP | 闡ォ辯暮岑 | 11101111111100011000111010101011111011011110011111001010111010111101011010101010 | eff18eabede7caebd6aa |
UTF-8 | 闡ォ辯暮岑 | 111010011001011110100001111011111011110110101011111010001011111010101111111001101001101010101110111001011011001010010001 | e997a1efbdabe8beafe69aaee5b291 |
UHC | 闡?辯暮岑 | 111101001100010100111111110111001010101011011001101110101110110111010100 | f4c53fdcaad9baedd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)