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 | 野κ??? | 10010110111011001000001111001000001111110011111100111111 | 96ec83c83f3f3f |
EUC-JP | 野κ??? | 11001100111011101010011011001010001111110011111100111111 | cceea6ca3f3f3f |
UTF-8 | 野κ쑥紐뺹 | 1110100110000111100011101100111010111010111011001001000110100101111011111010011110001111111010111011101010111001 | e9878ecebaec91a5efa78febbab9 |
UHC | 野κ쑥紐뺹 | 11100101101011111010010111101010101111101010011011101011101010101001011001000010 | e5afa5eabea6ebaa9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)