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 | 闢∝シ募建 | 111010001001001110000001111001011011110010010101111001011000110010011010 | e89381e5bc95e58c9a |
EUC-JP | 闢∝シ募建 | 11101111111100111010001011100111100011101011110011001010111001111011011111111010 | eff3a2e78ebccae7b7fa |
UTF-8 | 闢∝シ募建 | 111010011001011110100010111000101000100010011101111011111011110110111100111001011000101110011111111001011011101110111010 | e997a2e2889defbdbce58b9fe5bbba |
UHC | 闢∝?募建 | 110111001010001110100001111100000011111111011001101101001100101111101111 | dca3a1f03fd9b4cbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)