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 | 豢ゥ陂喀 | 11100110101101001010100111101000100110001001101001011100 | e6b4a9e8989a5c |
EUC-JP | 豢ゥ陂喀 | 1110110010110110100011101010100111101111111110001101001110111101 | ecb68ea9eff8d3bd |
UTF-8 | 豢ゥ陂喀 | 111010001011000110100010111011111011110110101001111010011001100110000010111001011001011010000000 | e8b1a2efbda9e99982e59680 |
UHC | ??陂喀 | 001111110011111111111001101011101100101111010011 | 3f3ff9aecbd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)