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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉐ケ闢咤 | 11100111111011111011100111101000100100111001101001000010 | e7efb9e8939a42 |
EUC-JP | 鉐ケ闢咤 | 1110111011110001100011101011100111101111111100111101001110100011 | eef18eb9eff3d3a3 |
UTF-8 | 鉐ケ闢咤 | 111010011000100110010000111011111011110110111001111010011001011110100010111001011001001010100100 | e98990efbdb9e997a2e592a4 |
UHC | ??闢咤 | 001111110011111111011100101000111111011011100011 | 3f3fdca3f6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)